Skip to content

Commit bad54df

Browse files
committed
misc(cli): update comment
1 parent 6eb4f11 commit bad54df

File tree

1 file changed

+1
-1
lines changed
  • cli/src/commands/developer

1 file changed

+1
-1
lines changed

cli/src/commands/developer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ impl Developer {
198198
// This function is only called internally but check for additional sanity.
199199
ensure!(!route.starts_with('/'), "path cannot start with a slash");
200200

201-
// If the route already ends with a version segment (v1 or v2), don't prepend a version.
201+
// Determine the API version we are interacting with.
202202
let api_version = {
203203
let r = base_url.path().trim_end_matches('/');
204204

0 commit comments

Comments
 (0)