From 91a9a10e7a1e39b53bf1710a5f9c6bfffe5d2707 Mon Sep 17 00:00:00 2001 From: Peter Fidelman Date: Fri, 24 Mar 2023 22:05:49 -0700 Subject: [PATCH] Fixed an incorrect word name (thanks /u/lalalalalalala71) --- frustration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frustration.rs b/frustration.rs index 66385b4..a29a064 100644 --- a/frustration.rs +++ b/frustration.rs @@ -2320,7 +2320,7 @@ fn build_dictionary(c: &mut Core) { //@ with the contents of the input buffer. // dispatch ( xt -- ) - d.entry(); d.name(9, *b"int"); let dispatch = d.here; + d.entry(); d.name(8, *b"dis"); let dispatch = d.here; forth!( /* If the word was found in the dictionary, treat it as a word. */ DUP, Q, do_word,