Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en-US/learn/overview.smd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ With Zig one can rely on a safety-enabled build mode, and selectively disable sa

[]($code.language('=html').buildAsset('features/3-undefined-behavior.zig'))

Zig uses [undefined behavior](https://ziglang.org/documentation/master/#Undefined-Behavior) as a razor sharp tool for both bug prevention and performance enhancement.
Zig uses [Illegal Behavior](https://ziglang.org/documentation/master/#Illegal-Behavior) as a razor sharp tool for both bug prevention and performance enhancement.

Speaking of performance, Zig is faster than C.

Expand Down