Skip to content

Commit 6dc28fb

Browse files
committed
add missing end codefence in doc
1 parent 1b5acd1 commit 6dc28fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/store/src/atom.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export function createAsyncAtom<T>(
186186
* // timesTwo: 2
187187
* reduxStore.dispatch(1)
188188
* // timesTwo: 4
189+
* ```
189190
*/
190191
export function createExternalStoreAtom<T>(
191192
getSnapshot: () => T,

0 commit comments

Comments
 (0)