Parcourir la source

Update docs on new array/object syntax

shalvah il y a 4 ans
Parent
commit
7f7ea5726a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/migrating-v2.md

+ 1 - 1
docs/migrating-v2.md

@@ -72,7 +72,7 @@ Here's a comparison of the two, using `@bodyParam` as an example:
   
   - **New syntax**: 
   ```
-  @bodyParam cars integer[]`
+  @bodyParam cars integer[]
   ```