Skip to content

Commit ad9db93

Browse files
Update src/SAFE.Client/SAFE.fs
Co-authored-by: Matt Gallagher <46973220+mattgallagher92@users.noreply.github.com>
1 parent 56b5a3b commit ad9db93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SAFE.Client/SAFE.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ module RemoteData =
189189
190190
///A type which represents optimistic updates.
191191
type Optimistic<'T> =
192-
| NonExistant
192+
| NonExistent
193193
| Exists of value:'T * prev:'T option
194194
with
195195
/// Retrieves the current value

0 commit comments

Comments
 (0)