Skip to content

Commit f91a391

Browse files
committed
use Docs() function
1 parent a9efe3b commit f91a391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151
fmt.Println(NewLogo)
5252
os.Exit(0)
5353
case "-docs", "--docs", "-nyaraka", "--nyaraka":
54-
repl.Tutor()
54+
repl.Docs()
5555
os.Exit(0)
5656
}
5757

0 commit comments

Comments
 (0)