Skip to content

Commit

Permalink
Fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Mar 7, 2024
1 parent 09b6ea3 commit 8fd0702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iceberg/src/spec/values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ impl Datum {
/// use iceberg::spec::Datum;
/// let t = Datum::string("ss");
///
/// assert_eq!(&format!("{t}"), "ss");
/// assert_eq!(&format!("{t}"), r#""ss""#);
/// ```
pub fn string<S: ToString>(s: S) -> Self {
Self {
Expand Down

0 comments on commit 8fd0702

Please sign in to comment.