diff options
Diffstat (limited to 'examples/uniq.fwd')
-rw-r--r-- | examples/uniq.fwd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/uniq.fwd b/examples/uniq.fwd index 9eb0092..c1edc1b 100644 --- a/examples/uniq.fwd +++ b/examples/uniq.fwd @@ -5,8 +5,7 @@ fwd_getline( (optional![string]) next); fwd_some(optional![string] o, - (string) something, - () nothing); + (string) something | () nothing); fwd_insert(unordered_set![string] set, string line, (unordered_set![string]) next); |