Skip to content

Commit d57b477

Browse files
authored
Update indentation.md by adding a missing period
1 parent 9eb08ec commit d57b477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/indentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ at the top-level, inside braces `{...}`, but not inside parentheses `(...)`, pat
105105

106106
### Optional Braces Around Template Bodies
107107

108-
The Scala grammar uses the term _template body_ for the definitions of a class, trait, or object that are normally enclosed in braces. The braces around a template body can also be omitted by means of the following rule
108+
The Scala grammar uses the term _template body_ for the definitions of a class, trait, or object that are normally enclosed in braces. The braces around a template body can also be omitted by means of the following rule.
109109

110110
If at the point where a template body can start there is a `:` that occurs at the end
111111
of a line, and that is followed by at least one indented statement, the recognized

0 commit comments

Comments
 (0)