Skip to content

Commit

Permalink
Merge pull request #863 from sameerajayasoma/master
Browse files Browse the repository at this point in the history
Update the introduction section
  • Loading branch information
sameerajayasoma authored Jun 2, 2021
2 parents 11cb93e + b339e53 commit c1d394f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/package-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

## 1 Introduction

Ballerina is an open-source programming language for the cloud that makes it easier to use, combine, and create network services. For a detailed reference guide on Ballerina, see “Ballerina Langauge Specification.
Ballerina is an open-source programming language for the cloud that makes it easier to use, combine, and create network services. For a detailed reference guide on Ballerina, see “Ballerina Language Specification".

Ballerina programs are built by linking together Ballerina modules, which are namespaces that isolates function definitions, type definitions, constants, variables from other namespaces to achieve encapsulation, modularity, and code reuse. For more details on modules, see section: 3. Program Structure in the language specification.
Ballerina programs are built by linking together Ballerina modules, which are namespaces that isolate function definitions, type definitions, constants, variables from other namespaces to achieve encapsulation, modularity, and code reuse. For more details on modules, see section: 3. Program Structure in the language specification.

This document describes a packaging system for Ballerina modules.

Expand Down

0 comments on commit c1d394f

Please sign in to comment.