Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackTheCode016 committed Nov 22, 2023
1 parent c2cd0d5 commit 0aa08c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions developer-hub/src/reference_docs/defensive_programming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
//! naive_add(250u8, 10u8); // In debug mode, this would panic. In release, this would return 4.
//! ```
//!
//! It is actually the _silent_ portion of this behavior that presents a real issue - as it may be
//! an unintended in terms of producing bugs. Such behavior should be made obvious. Especially in
//! It is actually the _silent_ portion of this behavior that presents a real issue. Such behavior should be made obvious, especially in
//! the context of blockchain development, where unsafe arithmetic could produce unexpected
//! consequences.
//!
Expand Down

0 comments on commit 0aa08c2

Please sign in to comment.