Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng-Yuan-Lai committed Jan 15, 2025
1 parent 62b738f commit 4e13bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/functions/src/encoding/inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ impl ScalarUDFImpl for EncodeFunc {
#[user_doc(
doc_section(label = "Binary String Functions"),
description = "Decode binary data from textual representation in string.",
syntax_example = "decode(e xpression, format)",
syntax_example = "decode(expression, format)",
argument(
name = "expression",
description = "Expression containing string or binary data"
description = "Expression containing encoded string data"
),
argument(name = "format", description = "Same arguments as [encode](#encode)"),
related_udf(name = "encode")
Expand Down

0 comments on commit 4e13bb0

Please sign in to comment.