Skip to content

Commit

Permalink
Fix the DecimalValidator header in README.md
Browse files Browse the repository at this point in the history
Fixes: c5c08f5 ("Convert README from RTS to MD")
  • Loading branch information
ekohl committed Nov 5, 2024
1 parent eeef4de commit db16db4
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 db16db4

Please sign in to comment.