1
0
Evan Almloff 1 жил өмнө
parent
commit
8d166cf40d

+ 1 - 1
packages/router-macro/src/lib.rs

@@ -26,7 +26,7 @@ mod segment;
 /// Each variant must:
 /// 1. Be struct-like with {}'s
 /// 2. Contain all of the dynamic parameters of the current and nested routes
-/// 3. Have a #[route("route")] attribute
+/// 3. Have a `#[route("route")]` attribute
 ///
 /// Route Segments:
 /// 1. Static Segments: "/static"