Skip to content

Commit 94bb6e1

Browse files
authored
Fix broken json documentation (#20789)
It's pretty self-explanatory. There was simply a missing ' " '
1 parent 13877fa commit 94bb6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_remote/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//!
1515
//! ```json
1616
//! {
17-
//! "method": world.get_components",
17+
//! "method": "world.get_components",
1818
//! "id": 0,
1919
//! "params": {
2020
//! "entity": 4294967298,

0 commit comments

Comments
 (0)