mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Fix typo
This commit is contained in:
parent
b5e16e8d0b
commit
903b5fc536
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
// information can be obtained. For example, 'puts' returns the number
|
// information can be obtained. For example, 'puts' returns the number
|
||||||
// of characters output.
|
// of characters output.
|
||||||
//
|
//
|
||||||
// So that all this does not remain a dry theroy now, let's just start
|
// So that all this does not remain a dry theory now, let's just start
|
||||||
// and call a C function out of Zig.
|
// and call a C function out of Zig.
|
||||||
|
|
||||||
// our well-known "import" for Zig
|
// our well-known "import" for Zig
|
||||||
|
|
Loading…
Reference in a new issue