Skip to content

Commit ec6cc9c

Browse files
ClémentClément
authored andcommitted
Small typo.
1 parent 64034dc commit ec6cc9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/solutions/misc/exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Entering 0 would not raise any exception.
7878
else return p*p;
7979
}
8080
```
81-
Note that this code additionally throws an exception if the parameter is less than 46341.
81+
Note that this code additionally throws an exception if the parameter is less than -46341.
8282
</details>
8383
#. Write a `Divide` method that takes two `int` arguments and returns the result of dividing the first parameter by the second. If the second parameter is 0, then the method should throw an `ArgumentOutOfRangeException` exception.
8484
<details><summary>Solution</summary>

0 commit comments

Comments
 (0)