Skip to content

Commit 3a66f2d

Browse files
authored
Merge pull request #2510 from jmh530/patch-3
Fix typo in statement.dd merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>
2 parents 30c67e6 + b710e55 commit 3a66f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/statement.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ with (Foo)
14191419

14201420
$(P Use of with object symbols that shadow local symbols with
14211421
the same identifier are not allowed.
1422-
This is to reduce the risk of inadvertant breakage of with
1422+
This is to reduce the risk of inadvertent breakage of with
14231423
statements when new members are added to the object declaration.
14241424
)
14251425
---

0 commit comments

Comments
 (0)