Skip to content

Commit d72fb2a

Browse files
committed
update README
1 parent 6cd725c commit d72fb2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ To fix this, you have 2 options:
157157
### Related Projects
158158

159159
* [zig-mode](https://github.com/AndreaOrru/zig-mode) - Emacs integration
160-
* [zig.vim](https://github.com/andrewrk/zig.vim) - Vim configuration files
160+
* [zig.vim](https://github.com/zig-lang/zig.vim) - Vim configuration files

std/debug.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ error InvalidDebugInfo;
1010
error UnsupportedDebugInfo;
1111

1212
pub fn assert(ok: bool) {
13-
if (!ok) unreachable
13+
if (!ok) unreachable // assertion failure
1414
}
1515

1616
var panicking = false;

0 commit comments

Comments
 (0)