about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Esham <benjamin@esham.io>2020-04-26 19:36:34 -0700
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-04-27 08:04:26 +0000
commitff50d96b19373baaceeb49ccce5d9db218f2c4db (patch)
tree838acba8b36cd24889f7e024872823b56a11f3cf /Doc
parentaf619f41bc5caec2fd016007262c1b1cb31a3cbf (diff)
downloadzsh-ff50d96b19373baaceeb49ccce5d9db218f2c4db.tar.gz
zsh-ff50d96b19373baaceeb49ccce5d9db218f2c4db.tar.xz
zsh-ff50d96b19373baaceeb49ccce5d9db218f2c4db.zip
github #56: typo: Add a single quote that had been missing
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_zutil.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_zutil.yo b/Doc/Zsh/mod_zutil.yo
index 24aebdfaf..812a1fd38 100644
--- a/Doc/Zsh/mod_zutil.yo
+++ b/Doc/Zsh/mod_zutil.yo
@@ -37,7 +37,7 @@ For example, to define your preferred form of precipitation depending on which
 city you're in, you might set the following in your tt(zshrc):
 
 example(zstyle ':weather:europe:*' preferred-precipitation rain
-zstyle ':weather:europe:germany:* preferred-precipitation none
+zstyle ':weather:europe:germany:*' preferred-precipitation none
 zstyle ':weather:europe:germany:*:munich' preferred-precipitation snow)
 
 Then, the fictional `tt(weather)' plugin might run under the hood a command