Skip to content
Snippets Groups Projects
Commit df22029f authored by Jonas Jacobsson's avatar Jonas Jacobsson Committed by Tommy Andersson
Browse files

Changed owerflows to overflow.

parent 889969ce
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ const APP: () = {
//
// Explain in your own words why a panic makes sense at this point.
//
// The panic makes sense because x overflows by increasing the max (2^32 = 4294967295) by 1 and we are using a u32 and checking if it owerflows.
// The panic makes sense because x overflows by increasing the max (2^32 = 4294967295) by 1 and we are using a u32 and checking if it overflows.
//
// Commit your answer (bare1_3)
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment