Skip to content

Commit

Permalink
修正错误
Browse files Browse the repository at this point in the history
  • Loading branch information
nsxz1234 authored and jinzhongjia committed Dec 9, 2023
1 parent 6d93168 commit c81eb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/basic/define-variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outline: deep
const std = @import("std");
pub fn main() void {
// 声明变量 variable 类型为i16, 并指定值为 666
// 声明变量 variable 类型为u16, 并指定值为 666
var variable: u16 = 666;
std.debug.print("变量 variable 是{}\n", .{variable});
Expand Down

0 comments on commit c81eb33

Please sign in to comment.