Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 0b98f22

Browse files
Fix code example used in test. (#284)
Operator declarations cannot have an access level.
1 parent 4ec92a5 commit 0b98f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDocTests/InterfaceTypeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ final class InterfaceTypeTests: XCTestCase {
366366
public func someMethod() { }
367367
}
368368
369-
public infix operator ≠
369+
infix operator ≠
370370
371371
public typealias OtherClass = SomeClass
372372

0 commit comments

Comments
 (0)