Skip to content

Commit 22bffd0

Browse files
authored
Fix reference to "undefined behavior" in docs
1 parent 8475001 commit 22bffd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-US/learn/overview.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ With Zig one can rely on a safety-enabled build mode, and selectively disable sa
5454

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

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

5959
Speaking of performance, Zig is faster than C.
6060

0 commit comments

Comments
 (0)