aboutsummaryrefslogtreecommitdiff
path: root/entries
diff options
context:
space:
mode:
Diffstat (limited to 'entries')
-rwxr-xr-xentries/funemy/z3/z3fib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entries/funemy/z3/z3fib.sh b/entries/funemy/z3/z3fib.sh
index fdc8937..9faa228 100755
--- a/entries/funemy/z3/z3fib.sh
+++ b/entries/funemy/z3/z3fib.sh
@@ -3,7 +3,7 @@
# Instruction:
# 1. having z3 installed and under you $PATH
# 2. making sure z3fib.sh is executable, by `chmod +x z3fib.sh`
-# 3. run as `./z3fib.sh [length of the fib sequence]`
+# 3. running as `./z3fib.sh [length of the fib sequence]`
# 4. having fun :)
if [ -e fib.smt2 ]