Skip to content

Commit d4b5669

Browse files
authored
Update example to use "maximum" instead of "limit" (#412)
1 parent 803f0e9 commit d4b5669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

policy/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ This Policy allows scooters and bikes can be in the public right-of-way for up t
152152
"bicycle",
153153
"scooter"
154154
],
155-
"limit": 24
155+
"maximum": 24
156156
}]
157157
}
158158
```

0 commit comments

Comments
 (0)