You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting notes on a few minor documentation/wording fixes and corrections. (I would be happy to fork a documentation repo if there is one.) Make the following minor documentation fixes:
In "Simple rules" section:
Change "own" to "our" in "An easy way to investigate what own rule found is this..." so it reads "An easy way to investigate what our rule found is this..."
In "Taking an action" section:
Change "if" to "is" in "...whenever the bottom of the matcher list if reached..." so it reads "...whenever the bottom of the matcher list is reached..."
In "More facts!" section:
Change "creates" to "asserts" in "...gen is an action that creates new facts..." so it reads "...gen is an action that asserts new facts..."
Change "actions" to "facts in rule actions" in "Generated actions can trigger other rules" so it reads "Generated facts in rule actions can trigger other rules"
In "Matchers" section:
Change "make say" to "make sense" in "because it doesn't make say to say" so it reads "because it doesn't make sense to say"
In "Actions" section:
Change heading of "Collect" to "Collection" to match the method name
I'm not sure the method signature of this is fully explained... (e.g., what is collection_name?)
The text was updated successfully, but these errors were encountered:
The documentation is in the gh-pages-src branch, but its dependencies are so old, I'm having trouble installing them. Might have to start with a fresh template.
Collecting notes on a few minor documentation/wording fixes and corrections. (I would be happy to fork a documentation repo if there is one.) Make the following minor documentation fixes:
In "Simple rules" section:
In "Taking an action" section:
In "More facts!" section:
In "Matchers" section:
In "Actions" section:
collection_name
?)The text was updated successfully, but these errors were encountered: