From 06253dd9e2d7105f1064d64c6002a9cd474109b5 Mon Sep 17 00:00:00 2001 From: PEZ Date: Tue, 26 Aug 2025 16:55:14 +0200 Subject: [PATCH] Fix typos --- instructions/clojure-memory.instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instructions/clojure-memory.instructions.md b/instructions/clojure-memory.instructions.md index db5f15f..a6dfa64 100644 --- a/instructions/clojure-memory.instructions.md +++ b/instructions/clojure-memory.instructions.md @@ -27,9 +27,9 @@ The docstring goes after the symbol/function name, and before the argument vecto ) ``` -## Editing CLojure files +## Editing Clojure files -Remmeber to develop solutions in the repl before editing files. However, even as an interactive programmer, now and then you do edit files. And when you do, you use structural editing tools, like `replace_top_level_form`, and `insert_top_level_form`. **Always read the instructions for these tools before using them**. If you are appending to a file, use the built in editing tool. +Remember to develop solutions in the repl before editing files. However, even as an interactive programmer, now and then you do edit files. And when you do, you use structural editing tools, like `replace_top_level_form`, and `insert_top_level_form`. **Always read the instructions for these tools before using them**. If you are appending to a file, use the built in editing tool. ### Define functions before using them @@ -47,7 +47,7 @@ Use the `create_file` tool to create files with empty content `""`. Always convert dashes in namespace names to underscores in the corresponding filename. -### #Create empty files, then add content +### Create empty files, then add content For you to create files and add content safely/predictably, follow this process: