We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d657a81 commit 3269433Copy full SHA for 3269433
Sources/SwiftProtobuf/SetPathDecoder.swift
@@ -25,8 +25,8 @@ public enum PathDecodingError: Error {
25
26
/// Describes path is not found in message type.
27
///
28
- /// If a message has no property with path this error
29
- /// will be thrown.
+ /// If a message has no field with the given path this
+ /// error will be thrown.
30
case pathNotFound
31
}
32
0 commit comments