We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1202abe commit 7137f2aCopy full SHA for 7137f2a
godot-core/src/registry/signal/typed_signal.rs
@@ -85,7 +85,7 @@ impl<'c, C: WithSignals, Ps: meta::ParamTuple> TypedSignal<'c, C, Ps> {
85
let obj = obj.take().unwrap_or_else(|| {
86
panic!(
87
"signals().{signal_name}() call failed; signals() allows only one signal configuration at a time \n\
88
- see https://godot-rust.github.io/book/register/signals.html#one-signal-at-a-time"
+ see https://godot-rust.github.io/book/register/signals.html#admonition-one-signal-at-a-time"
89
)
90
});
91
0 commit comments