From 4a09d9be98965ff9b2ad4ecb33990463ce46eb8b Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 27 Apr 2023 11:28:06 +0000 Subject: [PATCH] Update ballerina standard library specifications --- public/spec/constraint/spec.md | 2 +- spec/constraint/spec.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/spec/constraint/spec.md b/public/spec/constraint/spec.md index a1ba5ca6b47..c3902c7f2ad 100644 --- a/public/spec/constraint/spec.md +++ b/public/spec/constraint/spec.md @@ -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` | diff --git a/spec/constraint/spec.md b/spec/constraint/spec.md index a1ba5ca6b47..c3902c7f2ad 100644 --- a/spec/constraint/spec.md +++ b/spec/constraint/spec.md @@ -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` |