doc fix
Some checks failed
Book / test (pull_request) Has been cancelled
Rust / build (pull_request) Has been cancelled

This commit is contained in:
Jaroslaw Konik 2025-05-27 19:15:08 +02:00
parent 61a8d99140
commit 5269c57e7b

View file

@ -1,6 +1,6 @@
# Spawning scripts
To spawn a Lua script you will need to get a handle to a script asset using
To spawn a Ruby script you will need to get a handle to a script asset using
bevy's `AssetServer`.
```rust