From 656f4d7ffc19f1b599842988ca35d453ff5ad3ae Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:30:27 -0300 Subject: [PATCH] typos --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fd46d52..c88986c 100644 --- a/README.md +++ b/README.md @@ -259,8 +259,6 @@ function myCallable(): ParameterInterface #[CallableAttr('myCallable')] ``` - - ## Types A Parameter is an object implementing `ParameterInterface`. Every Parameter can define a `description` and a `default` value, plus additional validation rules depending on the type.