Skip to content

Commit

Permalink
πŸ“ Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MystPi committed Mar 8, 2024
1 parent 79756ff commit 555dd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pprint.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub fn styled(value: a) -> String {
///
/// ```
/// [1, 2, 3, 4]
/// |> pprint.with_config(Config(Color, KeepBitArrays, Labels))
/// |> pprint.with_config(Config(Styled, KeepBitArrays, Labels))
/// ```
///
pub fn with_config(value: a, config: Config) -> String {
Expand Down

0 comments on commit 555dd0e

Please sign in to comment.