GitHub

Original file line numberDiff line numberDiff line change

@@ -792,7 +792,7 @@ Why?

792792

* Because the debugging information provided by the interpreter is often less useful than the information

793793

on possible errors you have in your head when writing code.

794794

* Because errors causing execution to stop are frustrating if you're in the middle of a large computation.

795-

* Because it's reduces confidence in your code on the part of your users (if you are writing for others).

795+

* Because it reduces confidence in your code on the part of your users (if you are writing for others).

796796
797797

### Assertions

798798

Read the original on github.com ↗