Skip to content
Merged
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 flow/comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Rust 代码文件中,通常我们可以看到 3 种注释。

## 行注释

使用 `//` 进行行注释
`//` 后的,直到行尾,都属于注释,不会影响程序的行为

```rust
// 创建一个绑定
Expand Down