diff options
author | Nathan Froyd <[email protected]> | 2023-10-03 16:34:24 -0400 |
---|---|---|
committer | git <[email protected]> | 2023-10-04 14:22:16 +0000 |
commit | e0c66b47499e9372fdf86610f0da65efb6f60af9 (patch) | |
tree | 1ae0477caec3be787f48f9385e2ee12ece90e0a3 | |
parent | cf2049cb559913e061f48b416b7dc52e7d394b01 (diff) |
[ruby/prism] [rust] write flag accessor functions
https://github.com/ruby/prism/commit/f2333ba4c8
-rw-r--r-- | prism/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/config.yml b/prism/config.yml index 08b6961a0b..3b402b617b 100644 --- a/prism/config.yml +++ b/prism/config.yml @@ -374,7 +374,7 @@ flags: - name: StringFlags values: - name: FROZEN - comment: "frozen by virtue of a frozen_string_literal comment" + comment: "frozen by virtue of a `frozen_string_literal` comment" nodes: - name: AliasGlobalVariableNode fields: |