Skip to content

Commit 2f96bf0

Browse files
authored
Update blog.md
1 parent 001c746 commit 2f96bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Example:
104104
```rust
105105
for (transform,speed,power) in query.iter() {
106106
if power.is_some() {
107-
// This means that the results of this query are Player.
107+
// This means that the results of this iter belong Player.
108108
}
109109
}
110110
```

0 commit comments

Comments
 (0)