Skip to content

Commit d6149a6

Browse files
PR feedback
1 parent 7aa5e53 commit d6149a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/android/wsa/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ intent.putExtra("com.microsoft.windows.EXTRA_URI", "ms-calculator:");
239239
try {
240240
startActivity(intent);
241241
} catch (ActivityNotFoundException e) {
242-
// Not running in Windows Subsystem for Android™️ (or running on an old build).
242+
// Not running in Windows Subsystem for Android™️ (or running on an older build that did not contain this feature).
243243
}
244244
```
245245

0 commit comments

Comments
 (0)