Skip to content

Commit 349c906

Browse files
authored
Merge pull request #1371 from dongxuwang/fix5-1369
Fix#1369, replace quote with italic underbars enclosing to make the t…
2 parents 6243bd4 + 967cf14 commit 349c906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glossary/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ An expression in a Scala program yields a _result_. The result of every expressi
276276
A method’s _result type_ is the type of the value that results from calling the method. (In Java, this concept is called the return type.)
277277

278278
* #### return
279-
A function in a Scala program `returns` a value. You can call this value the [result](#result) of the function. You can also say the function _results in_ the value. The result of every function in Scala is an object.
279+
A function in a Scala program _returns_ a value. You can call this value the [result](#result) of the function. You can also say the function _results in_ the value. The result of every function in Scala is an object.
280280

281281
* #### runtime
282282
The Java Virtual Machine, or [JVM](#jvm), that hosts a running Scala program. Runtime encompasses both the virtual machine, as defined by the Java Virtual Machine Specification, and the runtime libraries of the Java API and the standard Scala API. The phrase at run time (with a space between run and time) means when the program is running, and contrasts with compile time.

0 commit comments

Comments
 (0)