<https://developer.android.com/reference/kotlin/an...
# compose
e
https://developer.android.com/reference/kotlin/androidx/compose/runtime/snapshots/SnapshotApplyResult says that
The result of a applying a mutable snapshot. Success indicates that the snapshot was successfully applied and is not visible as the global state of the state object
Should it say
and is now visible as the global state of the state object
@Zach Klippenstein (he/him) [MOD] I was looking this up after reading your most recent article on snapshots. Do you know if this is a typo?
z
Oh, yea I think so – good catch!