Skip to content

Commit

Permalink
Merge pull request #9586 from ballerina-platform/automate-bbes-6d11d2…
Browse files Browse the repository at this point in the history
…8c177ae94c9033024ec43ea3d7a62e36d6

[Automated] Update Ballerina By Example(BBEs) pages
  • Loading branch information
sm1990 authored Oct 31, 2024
2 parents 6d11d28 + aa1fc80 commit 18dfcdb
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 18dfcdb

Please sign in to comment.