Skip to content

Commit 6243bd4

Browse files
authored
Merge pull request scala#1373 from dongxuwang/fix6-1372
Fix issue#1372, add the lost right of parentheses.
2 parents ce85125 + 7eb53d3 commit 6243bd4

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
@@ -291,7 +291,7 @@ A file containing top level definitions and statements, which can be run directl
291291
The value being matched on in a `match` expression. For example, in “`s match { case _ => }`”, the selector is `s`.
292292

293293
* #### self type
294-
A _self type_ of a trait is the assumed type of `this`, the receiver, to be used within the trait. Any concrete class that mixes in the trait must ensure that its type conforms to the trait’s self type. The most common use of self types is for dividing a large class into several traits (as described in Chapter 29 of [Programming in Scala](http://www.artima.com/shop/programming_in_scala).
294+
A _self type_ of a trait is the assumed type of `this`, the receiver, to be used within the trait. Any concrete class that mixes in the trait must ensure that its type conforms to the trait’s self type. The most common use of self types is for dividing a large class into several traits (as described in Chapter 29 of [Programming in Scala](http://www.artima.com/shop/programming_in_scala)).
295295

296296
* #### semi-structured data
297297
XML data is semi-structured. It is more structured than a flat binary file or text file, but it does not have the full structure of a programming language’s data structures.

0 commit comments

Comments
 (0)