# Objective
- Fixes#22651
- The `image_node` example has a mangled module-level doc comment:
`ImageNode is UI Node that render an Image.`
## Solution
- Rewrote the doc comment to be grammatically correct and use proper
intra-doc link syntax for `ImageNode`.
## Testing
- `cargo doc --workspace --no-deps` builds successfully.
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
# Objective
- Fixes#22644
## Solution
- Create new subdirectories for categorization, and update the paths in
`Cargo.toml` and `README`.
## Testing
- `cargo check --example *`