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 docs/src/basic-extra-meal/48-keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ byte minByte = -128;
byte maxByte = 127;
```

在这个示例中,我们声明了三个 byte 类型的变量:minByte、maxByte,并分别赋予了不同的值。
在这个示例中,我们声明了两个 byte 类型的变量:minByte、maxByte,并分别赋予了不同的值。

## 5、case:

Expand Down