Skip to content

Commit c7548ba

Browse files
committed
Better doc verbage
1 parent 2cd00a2 commit c7548ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Model/collections.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ declare module './Model' {
8585
getOrDefault<S>(subpath: Path, defaultValue: S): ReadonlyDeep<S>;
8686

8787
/**
88-
* Get a value and throw error if undefined
88+
* Gets the value located at this model's path or a relative subpath.
8989
*
90+
* If no value exists at the path, or the value is nullish (null or undefined), this will throw an error.
9091
* @param subpath
9192
*/
9293
getOrThrow<S>(subpath: Path): ReadonlyDeep<S>;

0 commit comments

Comments
 (0)