Skip to content

Commit

Permalink
fix(dev): fix example (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Jan 27, 2025
1 parent b463821 commit d1b5e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib/to_syslog_facility_code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl Function for ToSyslogFacilityCode {
title: "invalid",
source: "to_syslog_facility_code!(s'foobar')",
result: Err(
r#"function call error for "to_syslog_facility_code" at (0:30): syslog facility 'foobar' not valid"#,
r#"function call error for "to_syslog_facility_code" at (0:35): syslog facility 'foobar' not valid"#,
),
},
]
Expand Down

0 comments on commit d1b5e39

Please sign in to comment.