Skip to content

Commit 67b577f

Browse files
author
Devdutt Shenoi
committed
fix: expectation message
1 parent f27475c commit 67b577f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/json/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ impl Visitor<'_> for PartitionsFromStr {
151151
type Value = Vec<CustomPartition>;
152152

153153
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
154-
formatter.write_str("a string containing \"true\"")
154+
formatter.write_str("a comma-separated list of custom partitions (e.g., \"a,b,c\")")
155155
}
156156

157157
fn visit_borrowed_str<E>(self, v: &'_ str) -> Result<Self::Value, E>

0 commit comments

Comments
 (0)