Skip to content

Commit

Permalink
Update README.md case spec link
Browse files Browse the repository at this point in the history
This updates the link to the spec for the CASE statement examples so that it points to an accurate line of code.
  • Loading branch information
rhys117 authored and rubysolo committed Nov 2, 2021
1 parent 0f93541 commit d781492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Logic: `IF`, `AND`, `OR`, `XOR`, `NOT`, `SWITCH`

Numeric: `MIN`, `MAX`, `SUM`, `AVG`, `COUNT`, `ROUND`, `ROUNDDOWN`, `ROUNDUP`

Selections: `CASE` (syntax see [spec](https://github.com/rubysolo/dentaku/blob/master/spec/calculator_spec.rb#L292))
Selections: `CASE` (syntax see [spec](https://github.com/rubysolo/dentaku/blob/master/spec/calculator_spec.rb#L593))

String: `LEFT`, `RIGHT`, `MID`, `LEN`, `FIND`, `SUBSTITUTE`, `CONCAT`, `CONTAINS`

Expand Down

0 comments on commit d781492

Please sign in to comment.