Skip to content

Commit 89722b0

Browse files
authored
fix(norelease): minor comment typo (#65)
1 parent 10ec66e commit 89722b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pb-decode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export function decodeNode (bytes) {
165165
linksBeforeData = true
166166
}
167167
} else if (fieldNum === 2) {
168-
if (linksBeforeData) { // interleaved Links/Dode/Links
168+
if (linksBeforeData) { // interleaved Links/Data/Links
169169
throw new Error('protobuf: (PBNode) duplicate Links section')
170170
} else if (!links) {
171171
links = []

0 commit comments

Comments
 (0)