mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fixes typos
This commit is contained in:
@@ -6,15 +6,13 @@ Example:
|
||||
|
||||
```swift
|
||||
|
||||
import Foundation
|
||||
import RSCore
|
||||
import Foundation
|
||||
import RSCore
|
||||
|
||||
class Sample: Logging {
|
||||
class Sample: Logging {
|
||||
|
||||
init() {
|
||||
logger.debug("Init")
|
||||
}
|
||||
init() {
|
||||
logger.debug("Init")
|
||||
}
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user