Skip to content

Commit

Permalink
Merge pull request ballerina-platform#823 from ballerina-platform/jer…
Browse files Browse the repository at this point in the history
…adrutnam-patch-1

Fix typo in line ballerina-platform#15
  • Loading branch information
samgnaniah authored Jun 14, 2018
2 parents f3951e2 + abfdf8a commit 7ef3ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/packages/packages.bal
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ function main(string... args) {
// Here `math:PI` is a qualified identifier. Note the usage of the package alias.
float piValue = math:PI;

// Use the explicit alias `console` to invoke a function defined in the `balleirna/io` package.
// Use the explicit alias `console` to invoke a function defined in the `ballerina/io` package.
console:println(math:PI);
}

0 comments on commit 7ef3ec5

Please sign in to comment.