aboutsummaryrefslogtreecommitdiff
path: root/examples/uniq.fwd
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-12-06 18:19:48 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-12-06 18:19:48 +0200
commitc00a53304727931cc1e55bc6d6ea2694c62abb95 (patch)
tree52f425f2eb9c46150a72bebaf436b7427118a64b /examples/uniq.fwd
parente5fda1c96af409065fedbe032b0f7908d9f312ac (diff)
downloadfwd-c00a53304727931cc1e55bc6d6ea2694c62abb95.tar.gz
fwd-c00a53304727931cc1e55bc6d6ea2694c62abb95.zip
fix some comments in the examples
Diffstat (limited to 'examples/uniq.fwd')
-rw-r--r--examples/uniq.fwd2
1 files changed, 1 insertions, 1 deletions
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 {