We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1213562 commit 7d78b1fCopy full SHA for 7d78b1f
packages/app-lib/src/api/logs.rs
@@ -45,7 +45,7 @@ impl CensoredString {
45
.replace(&format!("/{username}/"), "/{COMPUTER_USERNAME}/")
46
.replace(&format!("\\{username}\\"), "\\{COMPUTER_USERNAME}\\");
47
for credentials in credentials_list {
48
- // Use the offline profile to guarantee that this function is does not cause
+ // Use the offline profile to guarantee that this function does not cause
49
// Mojang API request, and is never delayed by a network request. The offline
50
// profile is optimistically updated on upsert from time to time anyway
51
s = s
0 commit comments