af054ee91c
* Adjust `exit()` documentation to mention `finally` and to further emphasize that calling `exit()` does not pass Go and does not collect $200. * Adjust `DateTime.difference` documentation to clarify the sign of the returned `Duration`. Fixes https://github.com/dart-lang/sdk/issues/36347. * Adjust `String.lastIndexOf` documentation to clarify what is returned. Fixes https://github.com/dart-lang/sdk/issues/41893. Change-Id: I6ed91e8c79a647928ced7e8f0268a62ed92fbd4e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149494 Reviewed-by: Jonas Termansen <sortie@google.com> Commit-Queue: Jonas Termansen <sortie@google.com>