aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfunemy2022-10-23 23:16:41 +0000
committerfunemy2022-10-23 23:16:41 +0000
commita89c7847195a7b20e307b042fbc821e741ccdaa4 (patch)
tree0f6290d17f12fa9b9f3e1e3a3720dba630206344
parent679ee8faf561b6e53f582edef2d93b65615bcea7 (diff)
minor
-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 ]