Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Sep 29, 2021
1 parent fbbd75e commit 2040ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Sentry.Unity.Android/SentryJava.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public static class SentryJava
/// <remarks>
/// This value is returned by the Android SDK and reports for both ART and NDK.
/// </remarks>
/// <returns>True if the last run terminated in a crash. No otherwise.
/// <returns>
/// True if the last run terminated in a crash. No otherwise.
/// If the SDK wasn't able to find this information, null is returned.
/// </returns>
public static bool? CrashedLastRun()
Expand Down

0 comments on commit 2040ce3

Please sign in to comment.