fix: typos in comments (#10)

This commit is contained in:
Andreas Deininger
2024-03-28 05:10:03 +01:00
committed by GitHub
parent e6c7b053f9
commit 38dfe1a380
5 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ func (err ExecutionError) Unwrap() error {
}
// An ArgumentError is returned if code execution failed
// due to the invalid value of the request agrument.
// due to the invalid value of the request argument.
type ArgumentError struct {
name string
reason error