Skip to content

Commit fcf3d12

Browse files
Romain GuyAndroid Code Review
authored andcommitted
Merge "Typo in Javadoc"
2 parents 0544d05 + bd6fda1 commit fcf3d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/view/LayoutInflater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* for the device you are running on. For example:
3939
*
4040
* <pre>LayoutInflater inflater = (LayoutInflater)context.getSystemService
41-
* Context.LAYOUT_INFLATER_SERVICE);</pre>
41+
* (Context.LAYOUT_INFLATER_SERVICE);</pre>
4242
*
4343
* <p>
4444
* To create a new LayoutInflater with an additional {@link Factory} for your

0 commit comments

Comments
 (0)