Skip to content

Commit 85243c7

Browse files
committed
f sp
1 parent 78f20cc commit 85243c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/ser_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ macro_rules! _ignore_arg {
938938
};
939939
}
940940

941-
/// Reads a TLV stream with the given fields to build a struct/enum of type `$thing`
941+
/// Reads a TLV stream with the given fields to build a struct/enum variant of type `$thing`
942942
#[doc(hidden)]
943943
#[macro_export]
944944
macro_rules! _decode_and_build {

0 commit comments

Comments
 (0)