diff options
Diffstat (limited to 'Functions/Misc/zstyle+')
-rw-r--r-- | Functions/Misc/zstyle+ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Misc/zstyle+ b/Functions/Misc/zstyle+ index eb3c14df5..81b4f0552 100644 --- a/Functions/Misc/zstyle+ +++ b/Functions/Misc/zstyle+ @@ -1,6 +1,6 @@ # This makes defining styles a bit simpler by using a single `+' as a -# special token that allows to append a context name to the previously -# used context name. Like this: +# special token that allows one to append a context name to the +# previously used context name. Like this: # # zstyle+ ':foo:bar' style1 value1 \ # + ':baz' style2 value2 \ |