Skip to content

Commit

Permalink
Better doc verbage
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Hwang <ericyhwang@users.noreply.github.com>
  • Loading branch information
craigbeck and ericyhwang authored May 23, 2024
1 parent 9b27547 commit 1efc5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ declare module './Model' {
getOrCreateDoc(collectionName: string, id: string, data: any);

/**
* Get a value that may be undefined but ensure value is returned
* Gets value at the path if not nullish, otherwise returns provided default value
*
* @param subpath
* @param defaultValue value to return if no value at subpath
Expand Down

0 comments on commit 1efc5df

Please sign in to comment.