Skip to content

Commit bc82833

Browse files
committed
Minor grammar cleanup
Thanks for the reminder: https://github.com/hsutter/cppfront/pull/726/files#r1404469347
1 parent 4bd0c04 commit bc82833

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/parse.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7633,12 +7633,9 @@ class parser
76337633
//G
76347634
//G return-list:
76357635
//G expression-statement
7636-
//G '->' return-direction? type-id
7636+
//G '->' parameter-direction? type-id
76377637
//G '->' parameter-declaration-list
76387638
//G
7639-
//G return-direction: one of
7640-
//G 'forward' 'move'
7641-
//G
76427639
//G contract-seq:
76437640
//G contract
76447641
//G contract-seq contract

0 commit comments

Comments
 (0)