Skip to content

Commit

Permalink
Fix the DecimalValidator header in README.md (#945)
Browse files Browse the repository at this point in the history
Fixes: c5c08f5 ("Convert README from RTS to MD")
  • Loading branch information
ekohl authored Nov 14, 2024
1 parent eeef4de commit 81d5eda
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 @@ -1401,7 +1401,7 @@ param :product_id, :number, :desc => "Identifier of the product", :required => t
param :quantity, :number, :desc => "Number of products to order", :required => true
```

DecimalValidator \-\-\-\-\-\-\-\-\-\-\-\-\--
## DecimalValidator

Check if the parameter is a decimal number

Expand Down

0 comments on commit 81d5eda

Please sign in to comment.