diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 14:40:31 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 14:40:31 -0800 |
commit | aaa4fba74b0d4c810cd219a9458208bac7cc14d9 (patch) | |
tree | e2767f1b82a478cfc2ccb95399bc223d6c652d72 /txr.1 | |
parent | 90fd6a84d08ac95f4886e6ae7e42429f75561bfa (diff) | |
download | txr-aaa4fba74b0d4c810cd219a9458208bac7cc14d9.tar.gz txr-aaa4fba74b0d4c810cd219a9458208bac7cc14d9.tar.bz2 txr-aaa4fba74b0d4c810cd219a9458208bac7cc14d9.zip |
Minor fix.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4368,7 +4368,7 @@ updating a hash table, et cetera. Examples: -Bind variable a to the integer 2: +Bind variable a to the integer 4: @(bind a @(+ 2 2)) |