Skip to content

Commit

Permalink
Update core_builtin.odin
Browse files Browse the repository at this point in the history
fix type in ensure proc documentation
  • Loading branch information
Eugenenoble2005 authored Feb 18, 2025
1 parent f0b1357 commit 4997035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/runtime/core_builtin.odin
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ assert :: proc(condition: bool, message := #caller_expression(condition), loc :=
}
}

// Evaluates the condition and aborts the program iff the condition is
// Evaluates the condition and aborts the program if the condition is
// false. This routine ignores `ODIN_DISABLE_ASSERT`, and will always
// execute.
@builtin
Expand Down

0 comments on commit 4997035

Please sign in to comment.