Skip to content

Commit 2d88133

Browse files
authored
Update src/reactpy_router/resolvers.py
1 parent 78b5a95 commit 2d88133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy_router/resolvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def parse_path(self, path: str) -> re.Pattern[str]:
5656
# Add the match to the pattern
5757
pattern += f"(?P<{name}>{conversion_info['regex']})"
5858

59-
# Keep a local mapping of parameter names to conversion functions.
59+
# Keep a local mapping of the URL's parameter names to conversion functions.
6060
self.converter_mapping[name] = conversion_info["func"]
6161

6262
# Update the last match end

0 commit comments

Comments
 (0)