Skip to content

Commit

Permalink
Fixed missing backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
purplg committed Jan 12, 2025
1 parent 77f0afe commit 1d74eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_remote/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,15 @@
//!
//! `result`: null.
//!
//! ### bevy/mutate_component
//! ### `bevy/mutate_component`
//!
//! Mutate a field in a component.
//!
//! `params`:
//! - `entity`: The ID of the entity to with the component to mutate.
//! - `component`: The component's [fully-qualified type name].
//! - `path`: The path of the field within the component. See
//! [GetPath](bevy_reflect::GetPath#syntax) for more information on formatting this string.
//! [`GetPath`](bevy_reflect::GetPath#syntax) for more information on formatting this string.
//! - `value`: The value to insert at `path`.
//!
//! `result`: null.
Expand Down

0 comments on commit 1d74eae

Please sign in to comment.