Skip to content

Commit a2daa79

Browse files
Update README.md
Correcting typo Co-authored-by: Copilot <[email protected]>
1 parent 3c3d850 commit a2daa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ask if this is intentional by creating an issue.
8787
8888
There are two dominant approaches for handling errors/problems
8989
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
90+
The other is to share error messages to the user using Go's built-in `error` type (or extensions of it) during
9191
most function calls. In most cases, these error messages will be `nil` indicating
9292
that no error occurred, but occasionally they will contain valuable information.
9393

0 commit comments

Comments
 (0)