We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3d850 commit a2daa79Copy full SHA for a2daa79
README.md
@@ -87,7 +87,7 @@ ask if this is intentional by creating an issue.
87
88
There are two dominant approaches for handling errors/problems
89
in numerical Go programs. One is to raise an exception/create a fatal flag which terminates the program.
90
-The other is to share error messages to the user using Go's build-in `error` type (or extensions of it) during
+The other is to share error messages to the user using Go's built-in `error` type (or extensions of it) during
91
most function calls. In most cases, these error messages will be `nil` indicating
92
that no error occurred, but occasionally they will contain valuable information.
93
0 commit comments