diff --git a/docs/en/docs/tutorial/path-params.md b/docs/en/docs/tutorial/path-params.md
index 4f59069fd..9c458844d 100644
--- a/docs/en/docs/tutorial/path-params.md
+++ b/docs/en/docs/tutorial/path-params.md
@@ -61,7 +61,7 @@ But if you go to the browser at http://127.0.0.1:8000/items/4.2
+The same error would appear if you provided a `float` instead of an `int`, as in: http://127.0.0.1:8000/items/4.2
!!! check
So, with the same Python type declaration, **FastAPI** gives you data validation.