Skip to content

Commit 7d78b1f

Browse files
committed
chore: fix comment typo spotted by Copilot
1 parent 1213562 commit 7d78b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-lib/src/api/logs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl CensoredString {
4545
.replace(&format!("/{username}/"), "/{COMPUTER_USERNAME}/")
4646
.replace(&format!("\\{username}\\"), "\\{COMPUTER_USERNAME}\\");
4747
for credentials in credentials_list {
48-
// Use the offline profile to guarantee that this function is does not cause
48+
// Use the offline profile to guarantee that this function does not cause
4949
// Mojang API request, and is never delayed by a network request. The offline
5050
// profile is optimistically updated on upsert from time to time anyway
5151
s = s

0 commit comments

Comments
 (0)