Skip to content

Commit 94ee2f4

Browse files
committed
Update haskell autogen
1 parent caa9029 commit 94ee2f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

haskell/src/SwiftNav/SBP/Signing.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ msgEcdsaSignature = 0x0C08
286286
-- An ECDSA-256 signature using SHA-256 as the message digest algorithm.
287287
data MsgEcdsaSignature = MsgEcdsaSignature
288288
{ _msgEcdsaSignature_flags :: !Word8
289-
-- ^ Describes the format of the `signed\_messages` field below.
289+
-- ^ Describes the format of the `signed_messages` field below.
290290
, _msgEcdsaSignature_stream_counter :: !Word8
291291
-- ^ Signature message counter. Zero indexed and incremented with each
292292
-- signature message. The counter will not increment if this message was
@@ -340,7 +340,7 @@ msgEcdsaSignatureDepB = 0x0C07
340340
-- Deprecated.
341341
data MsgEcdsaSignatureDepB = MsgEcdsaSignatureDepB
342342
{ _msgEcdsaSignatureDepB_flags :: !Word8
343-
-- ^ Describes the format of the `signed\_messages` field below.
343+
-- ^ Describes the format of the `signed_messages` field below.
344344
, _msgEcdsaSignatureDepB_stream_counter :: !Word8
345345
-- ^ Signature message counter. Zero indexed and incremented with each
346346
-- signature message. The counter will not increment if this message was
@@ -401,7 +401,7 @@ msgEcdsaSignatureDepA = 0x0C06
401401
-- Deprecated.
402402
data MsgEcdsaSignatureDepA = MsgEcdsaSignatureDepA
403403
{ _msgEcdsaSignatureDepA_flags :: !Word8
404-
-- ^ Describes the format of the `signed\_messages` field below.
404+
-- ^ Describes the format of the `signed_messages` field below.
405405
, _msgEcdsaSignatureDepA_stream_counter :: !Word8
406406
-- ^ Signature message counter. Zero indexed and incremented with each
407407
-- signature message. The counter will not increment if this message was

0 commit comments

Comments
 (0)