From c5f85b23628daf7e347ee27b43df8e9c31be8652 Mon Sep 17 00:00:00 2001 From: Theodore Ehrenborg Date: Wed, 28 Feb 2024 23:33:16 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29c689a..ea0e139 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ jλ> (fib 10) ``` To return to the Julia prompt, simply type the backspace type or -`Ctrl-C`. Once there, you'll still have access to the fuctions you +`Ctrl-C`. Once there, you'll still have access to the functions you defined: ```julia julia> fib