Skip to content

Commit

Permalink
Fix description for shorthand cds.query.limit (#546)
Browse files Browse the repository at this point in the history
Update providing-services.md
  • Loading branch information
renejeglinsky authored Dec 1, 2023
1 parent ac5edd8 commit 873d97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/providing-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ service AdminService {
}
```

`@cds.query.limit` can be used as shorthand if no maximum limit needs to be specified at the same level.
`@cds.query.limit` can be used as shorthand if no default limit needs to be specified at the same level.

```cds
@cds.query.limit: 100
Expand Down

0 comments on commit 873d97b

Please sign in to comment.