Skip to content

Commit

Permalink
Update concepts.md (#35)
Browse files Browse the repository at this point in the history
Fixed tiny typo.
  • Loading branch information
0xbadidea authored Sep 23, 2024
1 parent 0eafea4 commit 534b56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Required analyzers are those that will be computed regardless of other factors.

A constraint in Deequ is a combination of an analyzer and an assertion about an expected value. While Deequ allows users to pass a function `metric -> boolean` as an assertion, Tsumugi does not provide this feature due to problems with serializing lambda functions. Instead, constraints in Tsumugi contain the following information:

- analyzer itslef;
- analyzer itself;
- an expected value of the metric;
- a comparison sign (`<`, `<=`, `==`, `>`, `>=`);

Expand Down

0 comments on commit 534b56c

Please sign in to comment.