about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-06-23 10:00:04 +0100
committerPeter Stephenson <pws@zsh.org>2015-06-23 10:00:04 +0100
commita2229ce10c41147b17ff074ae9c2b545801acb9f (patch)
treeaa3ea6f561991af6dcc4faadd72780cec131ba33 /README
parent2a1065a455bae5d8cbc980e6c67bb0bcbffbb12b (diff)
downloadzsh-a2229ce10c41147b17ff074ae9c2b545801acb9f.tar.gz
zsh-a2229ce10c41147b17ff074ae9c2b545801acb9f.tar.xz
zsh-a2229ce10c41147b17ff074ae9c2b545801acb9f.zip
Further doucmentation improvements after comments from Bart and Oliver
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 0b985fb7d..745ee6fce 100644
--- a/README
+++ b/README
@@ -44,8 +44,8 @@ interface, exposing the builtin interface:
   disable -r declare export float integer local readonly typeset
 
 This is also necessary in the unusual eventuality that the builtins are
-to be replaced by shell functions, since reserved words take precedence
-over functions.
+to be overridden by shell functions, since reserved words take
+precedence over functions.
 
 Incompatibilites between 5.0.7 and 5.0.8
 ----------------------------------------