File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @observable/core" ,
3- "version" : " 0.15 .0" ,
3+ "version" : " 0.16 .0" ,
44 "license" : " MIT" ,
55 "exports" : " ./mod.ts" ,
66 "publish" : { "exclude" : [" *.test.ts" ] }
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ export interface Observer<Value = unknown> {
3434 */
3535export interface ObserverConstructor {
3636 /**
37- * Creates and return an object that provides a standard way to [consume](https://jsr.io/@observable/core#consumer)
38- * a sequence of values (either finite or infinite).
37+ * Creates and returns an object that provides a standard way to [consume](https://jsr.io/@observable/core#consumer)
38+ * a sequence of { @linkcode Value| values} (either finite or infinite).
3939 * ```ts
4040 * import { Observer } from "@observable/core";
4141 *
You can’t perform that action at this time.
0 commit comments