Skip to content

Commit 3269433

Browse files
committed
Fix comment
1 parent d657a81 commit 3269433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftProtobuf/SetPathDecoder.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public enum PathDecodingError: Error {
2525

2626
/// Describes path is not found in message type.
2727
///
28-
/// If a message has no property with path this error
29-
/// will be thrown.
28+
/// If a message has no field with the given path this
29+
/// error will be thrown.
3030
case pathNotFound
3131
}
3232

0 commit comments

Comments
 (0)