Skip to content

Commit a2611f2

Browse files
Update copyright year in filter_specifications.md and fixed markdown format
1 parent 70652f8 commit a2611f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/filter_specifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Filter Specifications
22

3-
(c) 2024 Scott Ratchford
3+
(c) 2026 Scott Ratchford
44

55
This file is licensed under the MIT License. See LICENSE.txt for details.
66

7-
Filters are JSON objects containing conditional checks and comparisons to perform on the instance variables, properties, and methods of any Python object. To use a method in a filter, the method definition must be decorated with the `@filter_criterion'. Instance variables and properties can be used without the decorator.
7+
Filters are JSON objects containing conditional checks and comparisons to perform on the instance variables, properties, and methods of any Python object. To use a method in a filter, the method definition must be decorated with the `@filter_criterion`. Instance variables and properties can be used without the decorator.
88

99
## Extended Backus-Naur Form of Filter Specifications
1010

0 commit comments

Comments
 (0)