Skip to content

Commit bba8558

Browse files
authored
Merge pull request #243 from saurabhshri/patch-1
[Formatting] [Docs] Fix bullets formatting.
2 parents febc575 + f79a2ed commit bba8558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Rules contain a set of _conditions_ and a single _event_. When the engine is ru
2020
* [Condition helpers: custom path resolver](#condition-helpers-custom-path-resolver)
2121
* [Comparing facts](#comparing-facts)
2222
* [Events](#events)
23-
* [rule.on('success', Function(Object event, Almanac almanac, RuleResult ruleResult))](#ruleonsuccess-functionobject-event-almanac-almanac-ruleresult-ruleresult)
24-
* [rule.on('failure', Function(Object event, Almanac almanac, RuleResult ruleResult))](#ruleonfailure-functionobject-event-almanac-almanac-ruleresult-ruleresult)
23+
* [rule.on('success', Function(Object event, Almanac almanac, RuleResult ruleResult))](#ruleonsuccess-functionobject-event-almanac-almanac-ruleresult-ruleresult)
24+
* [rule.on('failure', Function(Object event, Almanac almanac, RuleResult ruleResult))](#ruleonfailure-functionobject-event-almanac-almanac-ruleresult-ruleresult)
2525
* [Operators](#operators)
2626
* [String and Numeric operators:](#string-and-numeric-operators)
2727
* [Numeric operators:](#numeric-operators)

0 commit comments

Comments
 (0)