Skip to content

Commit 6eb8fad

Browse files
authored
Merge pull request #251 from winnerspiros/copilot/fix-ambiguous-reference-debug-write-line
Disambiguate Debug.WriteLine cref in NativeWatchdog XML doc
2 parents 86d7931 + d7ea72e commit 6eb8fad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osu.Android/Native/NativeWatchdog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace osu.Android.Native
2525
/// <para>
2626
/// All entry points are best-effort: a missing native library or a
2727
/// <see cref="DllNotFoundException"/> is non-fatal and silently downgraded to
28-
/// a <see cref="Debug.WriteLine"/> call so startup is unaffected.
28+
/// a <see cref="Debug.WriteLine(object?)"/> call so startup is unaffected.
2929
/// </para>
3030
/// </summary>
3131
internal static class NativeWatchdog

0 commit comments

Comments
 (0)