Skip to content

Commit

Permalink
[issue-24] Another update to SYNTAX to improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Peble committed Sep 30, 2018
1 parent df5c44b commit 8e89255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SYNTAX.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ One thing to note is that these methods are _language specific_ at this time, me

Please feel free to only add the custom method source in the language that you choose. It will be up to downstream maintainers to ensure that their language has an implementation. So if you only want to add it in ruby please just do that!

### Example
### Method Example

Canada celebrates Victoria Day, which falls on the Monday on or before May 24. Under the `methods` property we would create a custom method for ruby that returns a Date object:

Expand Down Expand Up @@ -372,7 +372,7 @@ Here are format details:

One or the other of the `expect` keys is required. If you do not specify a `name` then you should set `holiday: false`.

### Examples
#### Test Examples

First example shows multiple dates, multiple regions, additional options, and an expectation that the result will be the named holiday:

Expand Down

0 comments on commit 8e89255

Please sign in to comment.