Skip to content

Commit 4f63c64

Browse files
authored
Merge pull request #1 from abatilo/patch-1
fix: Small typos in README note
2 parents 991eb94 + f1c6de4 commit 4f63c64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NOTE: EVERYTHING this repositoriy wiht the exception of this own note ahs been
1+
NOTE: EVERYTHING this repositoriy with the exception of this own note has been
22
generated integrally with chatGPT and asked gradually how to correct or refactor each one
33
of the errors that showed up on the terminal.
44

@@ -7,11 +7,11 @@ For that I followed as guidelines these both articles:
77
[Building an interpreter for my own programming language in ChatGPT](https://6502.is-a.dev/posts/aoc-2022/)
88

99
It took me around two hours, where ChatGPT was the mian pilot and I became the copilot, trying to run
10-
the project and asking gpt gpt to refactor the parts of the code that didn't run, showing the console output mistake and how would it fix the given function etc.
10+
the project and asking gpt to refactor the parts of the code that didn't run, showing the console output mistake and how would it fix the given function etc.
1111

12-
I could ask to change the tests form unittest to pytest and similar tasks,... and it did so, The files I ask it to "cat" them and just copied them on my filesystem.
12+
I could ask to change the tests form unittest to pytest and similar tasks... and it did so, The files I ask it to "cat" them and just copied them on my filesystem.
1313

14-
The language doesnÄt completely run but it was just a 2 hour experiment.
14+
The language doesn't completely run but it was just a 2 hour experiment.
1515

1616
The day GPT is the Pilot and humans become the copilot in a pair programming role is almost here.
1717

0 commit comments

Comments
 (0)