Skip to content

Commit

Permalink
Merge pull request #6804 from ballerina-platform/automate-specs-const…
Browse files Browse the repository at this point in the history
…raint-572174dd0e562b399763839e1c8811576ad21234

[AUTOMATE] Update Ballerina Standard Library (constraint) Specifications
  • Loading branch information
praneesha committed Apr 27, 2023
2 parents 455c8d7 + 4a09d9b commit b14be3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/spec/constraint/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The following table illustrates all the supported annotations with respect to th
| Ballerina Type | Annotation |
|-----------------------------------|----------------------|
| `int` | `@constraint:Int` |
| `float` | `@constraint:float` |
| `float` | `@constraint:Float` |
| `int`|`float`|`decimal` | `@constraint:Number` |
| `string` | `@constraint:String` |
| `any[]` | `@constraint:Array` |
Expand Down
2 changes: 1 addition & 1 deletion spec/constraint/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The following table illustrates all the supported annotations with respect to th
| Ballerina Type | Annotation |
|-----------------------------------|----------------------|
| `int` | `@constraint:Int` |
| `float` | `@constraint:float` |
| `float` | `@constraint:Float` |
| `int`|`float`|`decimal` | `@constraint:Number` |
| `string` | `@constraint:String` |
| `any[]` | `@constraint:Array` |
Expand Down

0 comments on commit b14be3f

Please sign in to comment.