Fix docs

Isaac Clayton created

Change summary

crates/plugin_runtime/build.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/plugin_runtime/build.rs 🔗

@@ -68,7 +68,7 @@ fn main() {
 
 /// Creates an engine with the default configuration.
 /// N.B. This must create an engine with the same config as the one
-/// in `plugin_runtime/build.rs`.
+/// in `plugin_runtime/src/plugin.rs`.
 fn create_default_engine() -> Engine {
     let mut config = Config::default();
     config.async_support(true);