spec: don't use "exception" instead of "panic" #28341
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
When the Spec talks about integer overflow, there is this sentence:
Emphasis added. Go doesn't have exceptions, it has panics. I think this sentence should be rewritten to something like:
As far as I can see, the word "exception" meaning "run-time error" isn't used anywhere else in the Spec.
The text was updated successfully, but these errors were encountered: