1
0
Fork 0

Fix minor typo in docstring

This commit is contained in:
Bram Schoenmakers 2024-07-22 17:28:16 +00:00
parent 1142c2c68c
commit 153ec9a838

View file

@ -259,7 +259,7 @@ FastGPT with the following prompt:
(propertize (format "[%d]" i) 'font-lock-face 'kagi-bold)) (propertize (format "[%d]" i) 'font-lock-face 'kagi-bold))
(defun kagi--format-references (references) (defun kagi--format-references (references)
"Format the REFRENCES as a string. "Format the REFERENCES as a string.
The REFERENCES is a part of the JSON response, see The REFERENCES is a part of the JSON response, see
https://help.kagi.com/kagi/api/fastgpt.html for more information." https://help.kagi.com/kagi/api/fastgpt.html for more information."