From 129011277cc2babb2f2437c73871579a65d38f8a Mon Sep 17 00:00:00 2001 From: David Durst Date: Mon, 29 Jun 2026 15:34:01 -0400 Subject: [PATCH] Fix searchfox paths rust-engines.md s/2/two/ and fixed searchfox paths to go to (now) .sys.mjs files. Signed-off-by: David Durst --- services/sync/docs/rust-engines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/sync/docs/rust-engines.md b/services/sync/docs/rust-engines.md index de1b1b11baaeb..f0e86357abfdd 100644 --- a/services/sync/docs/rust-engines.md +++ b/services/sync/docs/rust-engines.md @@ -1,11 +1,11 @@ # How Rust Engines are implemented -There are 2 main components to engines implemented in Rust +There are two main components to engines implemented in Rust ## The bridged-engine Because Rust engines still need to work with the existing Sync infrastructure, -there's the concept of a {searchfox}`bridged-engine `. +there's the concept of a {searchfox}`bridged-engine `. In short, this is just a shim between the existing -{searchfox}`Sync Service ` +{searchfox}`Sync Service ` and the Rust code.