Skip to content

Commit 0f689e4

Browse files
committed
Fix typo.
1 parent 1d0933f commit 0f689e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/value-classes/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Rect {
5454

5555
In addition, any calls to `Rect(...)` are implicitly treated as `const
5656
Rect(...)` if the arguments are constant expressions so you don't have to write
57-
`cosnt`.
57+
`const`.
5858

5959
## Motivation
6060

0 commit comments

Comments
 (0)