Skip to content

Commit

Permalink
Fixing a typo to trigger checks
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Aug 28, 2024
1 parent 54a70a9 commit e5ffeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Thunder/PluginServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -3717,7 +3717,7 @@ namespace PluginHost {
else {
response = IFactories::Instance().Response();
response->Body(body);
// although there is no definitife approved RFC for this consensus is also on failure we should return a status OK (200)
// although there is no definitive approved RFC for this consensus is also on failure we should return a status OK (200)
// e.g. see here:
// https://www.simple-is-better.org/json-rpc/transport_http.html
// https://json-rpc.readthedocs.io/en/latest/exceptions.html
Expand Down

0 comments on commit e5ffeba

Please sign in to comment.