Skip to content

Commit

Permalink
Rename note to notification throughout the codebase apple#865
Browse files Browse the repository at this point in the history
  • Loading branch information
issamarabi committed Oct 11, 2023
1 parent ac36205 commit c34c279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SourceKitLSP/Clang/ClangLanguageServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import WinSDK
#endif

extension NSLock {
/// notification: Keep in sync with SwiftPM's 'Sources/Basics/NSLock+Extensions.swift'
/// NOTE: Keep in sync with SwiftPM's 'Sources/Basics/NSLock+Extensions.swift'
fileprivate func withLock<T>(_ body: () throws -> T) rethrows -> T {
lock()
defer { unlock() }
Expand Down

0 comments on commit c34c279

Please sign in to comment.