diff --git a/lib/pure/collections/sequtils.nim b/lib/pure/collections/sequtils.nim index 850f130c0a..83c52e7a98 100644 --- a/lib/pure/collections/sequtils.nim +++ b/lib/pure/collections/sequtils.nim @@ -13,8 +13,8 @@ ## were inspired by functional programming languages. ## ## For functional style programming you may want to pass `anonymous procs -## `_ to procs like ``filter`` to reduce typing. -## Anonymous procs can use `the special do notation `_ +## `_ to procs like ``filter`` to reduce typing. +## Anonymous procs can use `the special do notation `_ ## which is more convenient in certain situations. include "system/inclrtl"