Skip to content

Commit b6fd900

Browse files
authored
Updated: README.md
Corrected MarkDown Formatting
1 parent dbe7132 commit b6fd900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • L-A/0010 Design Cancellable Function (L-A)

L-A/0010 Design Cancellable Function (L-A)/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ While the function is waiting for the yielded promise to resolve, cancel() is ca
7070

7171
## Constraints:
7272

73-
`cancelledAt == null or 0 <= cancelledAt <= 1000`
73+
`cancelledAt == null or 0 <= cancelledAt <= 1000`<br>
7474
`generatorFunction` returns a generator object

0 commit comments

Comments
 (0)