You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learn/02.microcontrollers/04.debugging/debugging.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -410,7 +410,7 @@ Debugging is a necessary step for developing robust and reliable embedded system
410
410
***Localization**: this phase involves narrowing the range of possibilities until the bug can be isolated to a specific code segment in the embedded software.
411
411
***Correction**: this phase involves eradicating the bug from the software.
412
412
413
-
Knowing the potential causes of bugs, allows us to adopt strategies that can minimize their occurence.
413
+
Knowing the potential causes of bugs, allows us to adopt strategies that can minimize their occurrence.
0 commit comments