bevy/crates/bevy_remote/src
BD103 4b5df0f1ab Fix indentation of bevy/query strict parameter in docs (#18681)
# Objective

- The `strict` field of
[`BrpQueryParams`](https://dev-docs.bevyengine.org/bevy/remote/builtin_methods/struct.BrpQueryParams.html)
was newly added as part of 0.16.
- Its documentation in `lib.rs` improperly indents `strict`, making look
like its part of
[`BrpQueryFilter`](https://dev-docs.bevyengine.org/bevy/remote/builtin_methods/struct.BrpQueryFilter.html):


![image](https://github.com/user-attachments/assets/f49521da-36d3-4d5d-a7ea-f7a44ddaf195)

## Solution

- Fix `strict`'s indentation so its clear that it is a field of
`BrpQueryParams`, not `BrpQueryFilter`.

I would like this to be included in 0.16, since it's a trivial
documentation change that fixes an error, but if it needs to be removed
from the milestone that's fine.

## Testing

Run `cargo doc -p bevy_remote --no-deps` and verify the indentation is
fixed. :)
2025-04-03 21:45:43 +02:00
..
schemas RPC Discover endpoint with basic informations (#18068) 2025-03-12 23:32:06 +00:00
builtin_methods.rs fix error and lints when building for wasm32 (#18500) 2025-03-24 00:14:22 +01:00
http.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
lib.rs Fix indentation of bevy/query strict parameter in docs (#18681) 2025-04-03 21:45:43 +02:00