Skip to content

Commit

Permalink
updated API info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Mar 12, 2019
1 parent 076436b commit c02f37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [v2.0.2] - 2019-03-12
- added META6.json intructions to CONTRIBUTING.md
- fixed markdown formatting in README.md
- API fixed

## [v2.0.1] - 2019-02-27
- added missing names to META6.json
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Other languages vary in capitalization depending on where
the word or abbreviation is used or other factors. The
names and abbreviations herein are in the most common form,
but the user can always explicitly set the case by applying
the Perl 6 routines **tc**, **uc**, or **lc** to the name or
the Perl 6 routines **tclc**, **uc**, or **lc** to the name or
abbreviation.

Some of the abbreviations include an ending period since that is
Expand Down Expand Up @@ -153,8 +153,7 @@ is $dn.dow(1, 3), "Mon"; # ok, raw truncation on full names only
is $dn.mon(1, 3), "Jan"; # ok, raw truncation on full named only
```

The full API for the class constructor looks like this, but the names
aren't all set in concrete yet (SUGGESTIONS WELCOME):
The full API for the class constructor looks like this:

``` perl6
enum Period <yes no keep-p>;
Expand Down

0 comments on commit c02f37f

Please sign in to comment.