Skip to content

Commit

Permalink
posts/2024-09-02/01: fix phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Sep 3, 2024
1 parent db428c0 commit 1d22682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/2024-09-02/01-my-coding-experience-with-llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ have good examples or documentation (at least I didn't found neither).
So I was not really hopeful I would get any answers in ChatGPT, but not only it
put me in the correct path, the code was almost correct. It did had some unused
and missing imports, and there were some compilation errors that were easily
fixed. Also, it just registered a `html.WithHardWraps()` renderer for no reason
at all.
fixed. And when it registered the extension, it also added a
`html.WithHardWraps()` renderer for no reason at all.

But this is one of the experiences in LLM that most impressed me. I had no idea
at all on how to solve this problem, and ChatGPT basically gave me the
Expand Down

0 comments on commit 1d22682

Please sign in to comment.