Skip to content

Commit cdeb6db

Browse files
committed
docs: change typescript to javascript annotation
1 parent 768b3c5 commit cdeb6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Returns an Observable that emits all items emitted by the source Observable that
1919
```
2020

2121
An example using a compare function
22-
```typescript
22+
```javascript
2323
import { of } from 'rxjs';
2424
import { distinctUntilChangedImmutable } from 'rxjs/operators';
2525

0 commit comments

Comments
 (0)