Skip to content

Commit 2d1adfa

Browse files
committed
Update headings
1 parent 6298b13 commit 2d1adfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/utils/if-else-async/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ifelse
1+
# ifelseAsync
22

33
> If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
44

lib/node_modules/@stdlib/utils/if-then-async/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ifthen
1+
# ifthenAsync
22

33
> If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
44

0 commit comments

Comments
 (0)