Skip to content

Commit 5787600

Browse files
authored
Add missing comma (quii#334)
1 parent cec97f8 commit 5787600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ At this point, if you are using source control \(which you should!\) I would
189189
I _wouldn't_ push to master though, because I plan to refactor next. It is nice
190190
to commit at this point in case you somehow get into a mess with refactoring - you can always go back to the working version.
191191

192-
There's not a lot to refactor here, but we can introduce another language feature _constants_.
192+
There's not a lot to refactor here, but we can introduce another language feature, _constants_.
193193

194194
### Constants
195195

0 commit comments

Comments
 (0)