Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 7, 2023
1 parent 2f65520 commit 5a3837b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ class RelatedCodeCompletionBuilder(val context: InstructionContext) : Instructio
instruction,
output = output,
input = """
| Compare this snippet:
|Compare this snippet:
|```$language
|$relatedCode
|```
|Code:
|```$language
|$beforeCursorCode
|```""".trimIndent()
|```""".trimMargin()
))
}

Expand Down

0 comments on commit 5a3837b

Please sign in to comment.