This repository was archived by the owner on Oct 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/operator-docs/filtering Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const debounceTime: OperatorDoc = {
1111 type : "number" ,
1212 attribute : "mandatory" ,
1313 description : `The timeout duration in milliseconds
14- (or the time unit determined internally by the optional scheduler for the window of time required to
14+ (or the time unit determined internally by the optional scheduler) for the window of time required to
1515 wait for emission silence before emitting the most recent source value.`
1616 } ,
1717 {
@@ -25,7 +25,8 @@ export const debounceTime: OperatorDoc = {
2525 shortDescription : {
2626 description : `
2727 Emits a value from the source Observable only after a particular time span has passed without another source emission.
28- It's like <a href="href="/operators#delay">delay</a>, but passes only the most recent value from each burst of emissions.` ,
28+ It's like <a class="markdown-code" href="href="/operators#delay">delay</a>
29+ , but passes only the most recent value from each burst of emissions.` ,
2930 extras : [ ]
3031 } ,
3132 walkthrough : {
You can’t perform that action at this time.
0 commit comments