Skip to content

Commit 443725e

Browse files
committed
docs: fix bare URL in rustdoc comment
1 parent c822cdd commit 443725e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/src/commands/alias.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub struct SetArgs {
2828
/// Alias name (e.g., "local", "s3", "rustfs")
2929
pub name: String,
3030

31-
/// S3 endpoint URL (e.g., "http://localhost:9000", "https://s3.amazonaws.com")
31+
/// S3 endpoint URL (e.g., `http://localhost:9000`, `https://s3.amazonaws.com`)
3232
pub endpoint: String,
3333

3434
/// Access key ID

0 commit comments

Comments
 (0)