From c00a53304727931cc1e55bc6d6ea2694c62abb95 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 6 Dec 2024 18:19:48 +0200 Subject: fix some comments in the examples --- examples/uniq.fwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/uniq.fwd') diff --git a/examples/uniq.fwd b/examples/uniq.fwd index c043a89..fa7504a 100644 --- a/examples/uniq.fwd +++ b/examples/uniq.fwd @@ -22,7 +22,7 @@ readlines(unordered_set![string] set, (unordered_set![string]) next) main() { /* fwdlib.hpp uses namespace std, not good practice but allows us to do - * stuff like this: */ + * stuff like this without really caring about implementing "::" */ unordered_set![string]{} => unordered_set![string] set; readlines(set) => unordered_set![string] set; fwd_foreach(set) => string node { -- cgit v1.2.3