Commit 15c6aebc

Owain Davies <116417456+OTheDev@users.noreply.github.com>
2023-03-30 12:41:12
Fix a couple of grammar mistakes in chatml.md (#316)
1 parent 6db2518
Changed files (1)
chatml.md
@@ -28,8 +28,8 @@ follows:
 ]
 ```
 You could also represent it in the classic "unsafe raw string"
-format. Note this format inherently allows injections from user input
-containing special-token syntax, similar to a SQL injections:
+format. However, this format inherently allows injections from user
+input containing special-token syntax, similar to SQL injections:
 ```
 <|im_start|>system
 You are ChatGPT, a large language model trained by OpenAI. Answer as concisely as possible.