Skip to content

Commit 74338fe

Browse files
committed
docs: wording
1 parent 13888fc commit 74338fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

agent-control/src/config_migrate/migration/converter.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ fn retrieve_dir_mapping_values<F: FileReader>(
146146
/// (just adding quotes to make it a string). If this pattern is not quoted, the resulting YAML
147147
/// would evaluate to a nested mapping with a single key-null pair, which is not what we want.
148148
///
149-
/// This is a regex-based approach that may not cover all edge cases, but works for
150-
/// the common scenarios we expect (small config strings).
149+
/// This uses a regex-based approach.
151150
fn process_config_input(input: String) -> String {
152151
env_var_syntax_regex()
153152
.replace_all(&input, "${pre}'{{${2}}}'${post}")

0 commit comments

Comments
 (0)