Skip to content

Commit

Permalink
Change link text to "Text functions"
Browse files Browse the repository at this point in the history
The target page is named "Text functions"
  • Loading branch information
shoffmeister authored Sep 14, 2024
1 parent 2eaecaa commit e29a250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/data_types/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ SELECT 'Hello' || chr(10) || 'world' AS msg;

## Functions

See [Character Functions]({% link docs/sql/functions/char.md %}) and [Pattern Matching]({% link docs/sql/functions/pattern_matching.md %}).
See [Text Functions]({% link docs/sql/functions/char.md %}) and [Pattern Matching]({% link docs/sql/functions/pattern_matching.md %}).

0 comments on commit e29a250

Please sign in to comment.