From 82dccf9cfdfe60fee7bda04dac7e7ec0883717f0 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Tue, 29 Dec 2020 17:29:12 +0900 Subject: [PATCH] Fix comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 983dc77..6981c59 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ $ cat helloworld.fs | ./plank | R | rstore | ( addr -- ) | Set return stack pointer | | { | dtor | ( a -- R:a ) | Push value to return stack | | } | rtod | ( R: -- a ) | Pop value from return stack | -| i | docol | ( -- addr ) | Get execution token | +| i | docol | ( -- addr ) | Get the interpreter function |