Skip to content

Commit 72eb2dc

Browse files
Change documentation titles to sentence-case
1 parent b5ddac3 commit 72eb2dc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ character strings. If a particular string is in the set described by a regular e
1515

1616
For a quick sample on demonstrating the usage, see [Ballerina By Examples](https://ballerina.io/learn/by-example/).
1717

18-
## Issues and Projects
18+
## Issues and projects
1919

2020
The **Issues** and **Projects** tabs are disabled for this repository as this is part of the Ballerina Standard Library. To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina Standard Library [parent repository](https://github.com/ballerina-platform/ballerina-standard-library).
2121

2222
This repository contains only the source code of the package.
2323

24-
## Building from the Source
24+
## Build from the source
2525

26-
### Setting Up the Prerequisites
26+
### Set up the prerequisites
2727

2828
* Download and install Java SE Development Kit (JDK) version 11 (from one of the following locations).
2929

@@ -33,9 +33,9 @@ This repository contains only the source code of the package.
3333

3434
> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
3535

36-
### Building the Source
36+
### Build the source
3737

38-
Execute the commands below to build from source.
38+
Execute the commands below to build from the source.
3939

4040
1. To build the library:
4141

@@ -69,17 +69,17 @@ Execute the commands below to build from source.
6969

7070
./gradlew clean build -PpublishToCentral=true
7171
72-
## Contributing to Ballerina
72+
## Contribute to Ballerina
7373

7474
As an open source project, Ballerina welcomes contributions from the community.
7575

7676
For more information, go to the [contribution guidelines](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md).
7777

78-
## Code of Conduct
78+
## Code of conduct
7979

8080
All contributors are encouraged to read the [Ballerina Code of Conduct](https://ballerina.io/code-of-conduct).
8181

82-
## Useful Links
82+
## Useful links
8383

8484
* For more information go to the [`regex` library](https://lib.ballerina.io/ballerina/regex/latest).
8585
* For example demonstrations of the usage, go to [Ballerina By Examples](https://ballerina.io/learn/by-example/).

ballerina/Package.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## Package Overview
1+
## Package overview
22

33
This module provides APIs for searching, splitting, and replacing the set of characters of a string. These APIs are using a
44
regular expression as a `String` to perform these operations by finding the string matches.
55

66
[Regular expressions](https://en.wikipedia.org/wiki/Regular_expression), are notations for describing sets of
77
character strings. If a particular string is in the set described by a regular expression, the regular expression matches that string.
88

9-
## Report Issues
9+
## Report issues
1010

1111
To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina standard library parent repository](https://github.com/ballerina-platform/ballerina-standard-library).
1212

13-
### Useful Links
13+
### Useful links
1414

1515
- Chat live with us via our [Slack channel](https://ballerina.io/community/slack/).
1616
- Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.

0 commit comments

Comments
 (0)