Skip to content

Commit

Permalink
Merge pull request #154 from niveathika/main
Browse files Browse the repository at this point in the history
Fix grammer in spec
  • Loading branch information
shafreenAnfar authored Feb 17, 2022
2 parents 9a5eee2 + 25f0707 commit e011b3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
_Owners_: @daneshk @niveathika
_Reviewers_: @daneshk
_Created_: 2022/01/14
_Updated_: 2022/02/07
_Updated_: 2022/02/17
_Edition_: Swan Lake
_Issue_: [#2293](https://github.com/ballerina-platform/ballerina-standard-library/issues/2293)

# Introduction

This is the specification for the OracleDB standard library of [Ballerina language](https://ballerina.io/), which provides the functionality that is required to access and manipulate data stored in an Oracle database.

The OracleDB library specification has evolved and may continue to evolve in the future. Released versions of the specification can be found under the relevant GitHub tag.
The OracleDB library specification has evolved and may continue to evolve in the future. The released versions of the specification can be found under the relevant GitHub tag.

If you have any feedback or suggestions about the library, start a discussion via a [GitHub issue](https://github.com/ballerina-platform/ballerina-standard-library/issues) or in the [Slack channel](https://ballerina.io/community/). Based on the outcome of the discussion, specification and implementation can be updated. Community feedback is always welcome. Any accepted proposal which affects the specification is stored under `/docs/proposals`. Proposals under discussion can be found with the label `type/proposal` in GitHub.
If you have any feedback or suggestions about the library, start a discussion via a [GitHub issue](https://github.com/ballerina-platform/ballerina-standard-library/issues) or in the [Slack channel](https://ballerina.io/community/). Based on the outcome of the discussion, the specification and implementation can be updated. Community feedback is always welcome. Any accepted proposal, which affects the specification is stored under `/docs/proposals`. Proposals under discussion can be found with the label `type/proposal` in GitHub.

Conforming implementation of the specification is released to Ballerina central. Any deviation from the specification is considered a bug.
The conforming implementation of the specification is released to Ballerina Central. Any deviation from the specification is considered a bug.

# Contents

Expand Down Expand Up @@ -46,7 +46,7 @@ such as `sql:CharValue`, `sql:BigIntValue`, etc. to indicate parameter types in
Each client represents a pool of connections to the database. The pool of connections is maintained throughout the
lifetime of the client.

**Initialisation of the Client:**
**Initialization of the Client:**
```ballerina
# Initializes the Oracle database client.
#
Expand Down

0 comments on commit e011b3a

Please sign in to comment.