Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shirne committed Aug 14, 2022
1 parent dccd883 commit dc3b14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/code_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const _controls = "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007"
"\u0012\u0013\u0014\u0015\u0016\u0017\u0018"
"\u0019\u001a\u001b\u001c\u001d\u001e\u001f";

/// ASCII characters without control characters. Shared by many code pages.
/// ASCII characters with control characters. Shared by many code pages.
const _ascii = "$_controls"
r""" !"#$%&'()*+,-./0123456789:;<=>?"""
r"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_"
Expand Down

0 comments on commit dc3b14c

Please sign in to comment.