From 809e511656095a3db0dc03a36fd67429633d305a Mon Sep 17 00:00:00 2001 From: sleepycatcoding <131554884+sleepycatcoding@users.noreply.github.com> Date: Sun, 23 Jul 2023 19:15:30 +0300 Subject: [PATCH] chore: Remove accidental doc change For some reason my IDE keeps adding random stuff :( --- tests/tests/util/runner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/util/runner.rs b/tests/tests/util/runner.rs index ed9340532..9df68241f 100644 --- a/tests/tests/util/runner.rs +++ b/tests/tests/util/runner.rs @@ -82,7 +82,7 @@ impl LogBackend for TestLogBackend { } /// Loads an SWF and runs it through the Ruffle core for a number of frames. -/// Tests that the trace output matches the given expectedrun_swf output. +/// Tests that the trace output matches the given expected output. pub fn run_swf( test: &Test, mut injector: InputInjector,