Skip to content

Commit 2fb0664

Browse files
author
jemmaSlater
authored
Merge pull request #33 from erlangp/patch-1
remove space from quoted word
2 parents b09425a + c1d8c9c commit 2fb0664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_and_code_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ static final String ACTION_OPEN_USER = "com.myapp.action.ACTION_OPEN_USER";
409409

410410
### 2.2.14 Arguments in Fragments and Activities
411411

412-
When data is passed into an `Activity `or `Fragment` via an `Intent` or a `Bundle`, the keys for the different values __must__ follow the rules described in the section above.
412+
When data is passed into an `Activity` or `Fragment` via an `Intent` or a `Bundle`, the keys for the different values __must__ follow the rules described in the section above.
413413

414414
When an `Activity` or `Fragment` expects arguments, it should provide a `public static` method that facilitates the creation of the relevant `Intent` or `Fragment`.
415415

0 commit comments

Comments
 (0)