diff --git a/bsip-0040.md b/bsip-0040.md index 048a49a..8fb7a07 100644 --- a/bsip-0040.md +++ b/bsip-0040.md @@ -102,7 +102,7 @@ List of possible restrictions are: | ------------- |:-------------:| -----:| | `any` | [`list`, `of`, `allowed`, `values`] | stateless | | `none` | [`none`, `of`, `these`, `values`] | stateless | -| `lt, le, gt, ge` | `comparative` | stateless | +| `lt, le, gt, ge, eq` | `comparative` | stateless | | `limit` | [`max_cumsum`, `interval_in_sec`] | [`current_cumsum`, `interval_began`] | | `limit_monthly` | [`max_cumsum`, `interval_in_months`] | [`current_cumsum`, `interval_began`] | | `attribute_assert` | list of restrictions | stateless |