shithub: wiki.9front.org

Download patch

ref: a35de70a4d9d04e8af37ec5fd729cf6d9bf98230
parent: ed7dcf0c2b44c0c8a6d5f800ad16ab22ac568575
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Thu Jun 3 03:49:56 EDT 2021

tips-and-tricks: redefine(d)

--- a/tips-and-tricks.md
+++ b/tips-and-tricks.md
@@ -37,7 +37,7 @@
 	fn t { mk && ./6.out some arguments here >log && grep something log }
 	t
 
-To change the function without having to search it in the window, run `whatis t`, then redefined it.
+To change the function without having to search it in the window, run `whatis t`, then redefine it.
 `ls /env/fn*` will show which functions are defined.
 
 To clear the window from any text run `echo >/dev/text`.