Skip to content

Commit

Permalink
Typo in warning flag
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Sep 3, 2024
1 parent 103b1a6 commit 7f77eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub fn environments_new_line(

for line in text.lines() {
state.ignore = get_ignore(line, &state, logs, file, false);
state.verbatim = get_verbatim(line, &state, logs, file, true);
state.verbatim = get_verbatim(line, &state, logs, file, false);

if !state.verbatim.visual
&& !state.ignore.visual
Expand Down

0 comments on commit 7f77eef

Please sign in to comment.