Skip to content

Commit

Permalink
Update Ballerina Swan Lake by Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Oct 31, 2024
1 parent 6d11d28 commit aa1fc80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swan-lake/by-example/regexp-match-operations/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function RegexpMatchOperations({ codeSnippets }) {

return (
<Container className="bbeBody d-flex flex-column h-100">
<h1>RegExp operations</h1>
<h1>RegExp match operations</h1>

<p>
The <code>RegExp</code> type supports a set of langlib functions to
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/regexp-replace-operations/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function RegexpReplaceOperations({ codeSnippets }) {

return (
<Container className="bbeBody d-flex flex-column h-100">
<h1>RegExp operations</h1>
<h1>RegExp replace operations</h1>

<p>
The <code>RegExp</code> type supports a set of langlib functions to
Expand Down

0 comments on commit aa1fc80

Please sign in to comment.