Skip to content

Commit 25e414e

Browse files
author
Senthil Nathan
committed
Typo fixes for v1.0.2.
1 parent 429c40a commit 25e414e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v1.0.2
44
* Apr/15/2021
5-
* Added support for the use of list<TUPLE> in a rule expression.
5+
* Added support for the use of list of TUPLE in a rule expression.
66

77
## v1.0.1
88
* Apr/12/2021

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This toolkit came into existence for a specific need with which a large enterpri
7575

7676
e. No bitwise operations are supported at this time.
7777

78-
5. It allows a rule expression that can refer to boolean, integer, float, string, set, list, map and other nested tuple attributes. In addition to having many built-in data types inside a collection, it allows list<TUPLE> by having user defined custom tuple data types inside a list.
78+
5. It allows a rule expression that can refer to boolean, integer, float, string, set, list, map and other nested tuple attributes. In addition to having many built-in data types inside a collection, it allows list of TUPLE by having user defined custom tuple data types inside a list.
7979

8080
6. It allows certain level of subexpression chaining in a rule.
8181

0 commit comments

Comments
 (0)