Skip to content

Commit 780aa0e

Browse files
committed
minor documentation change
1 parent 91ed5c8 commit 780aa0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net-pong/rust/src/paddle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl IArea2D for Paddle {
3131
// Note: all RPCs consume their arguments as Variant
3232
// this is a limitation of godot-rust
3333
// we currently don't have a way to statically type RPCs the way we do for signals
34-
// so we have to use Variant and convert manually
34+
// so we have to use a variant array slice and convert manually
3535
let args = vslice![this.left, randf()];
3636
area.rpc("bounce", args);
3737
}

0 commit comments

Comments
 (0)