Skip to content

Commit 9576fd5

Browse files
SunsetWanSunset Wanktoso
authored
fix: fix typo (#333)
Co-authored-by: Sunset Wan <[email protected]> Co-authored-by: Konrad `ktoso` Malawski <[email protected]>
1 parent 8f746b0 commit 9576fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/Logging/Logging.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ public enum LoggingSystem {
750750
}
751751

752752
/// Protects an object applying the constraints that it can only be accessed through a Reader-Writer lock
753-
/// and can ony bre updated once from the initial value given.
753+
/// and can only be updated once from the initial value given.
754754
private struct ReplaceOnceBox<BoxedType: Sendable> {
755755
private struct ReplaceOnce: Sendable {
756756
private var initialized = false

0 commit comments

Comments
 (0)