chore(docs): update correct formatting for dropdown (#817)

This commit is contained in:
Aaron Pham
2024-11-07 01:15:37 -05:00
committed by GitHub
parent c516883b99
commit b872ac9c12
2 changed files with 3 additions and 19 deletions

View File

@@ -181,7 +181,7 @@ M.stream = function(opts)
if Config.options[Config.provider] == nil and Provider.parse_stream_data ~= nil then
if Provider.parse_response ~= nil then
Utils.warn(
"parse_stream_data and parse_response_data are mutually exclusive, and thus parse_response_data will be ignored. Make sure that you handle the incoming data correctly.",
"parse_stream_data and parse_response are mutually exclusive, and thus parse_response will be ignored. Make sure that you handle the incoming data correctly.",
{ once = true }
)
end