Skip to content

Commit

Permalink
Fix typo in python.stg
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-esa authored Mar 2, 2024
1 parent 0a6be74 commit ed4870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StgVarious/python.stg
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ BitStringNamedBit(sName, nVal, nLine, nPos) ::= <<
>>

BitStringType (sMin, sMax, bFixedSize, arrsNamedBits) ::= <<
"Kind": "BitStringType", "Min": "$sMin$", "Max": "$sMax$", "NamedBits": {
"kind": "BitStringType", "Min": "$sMin$", "Max": "$sMax$", "NamedBits": {
$arrsNamedBits;separator=", "$
}
>>
Expand Down

0 comments on commit ed4870a

Please sign in to comment.