File tree 2 files changed +2
-2
lines changed
library/src/main/java/com/devbrackets/android/recyclerext/adapter
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ public int getHeaderViewType(int childPosition) {
162
162
163
163
/**
164
164
* Retrieves the view type for the child view at the specified
165
- * <code>childPosition</code>. This value will be &'ed with the
165
+ * <code>childPosition</code>. This value will be & 'ed with the
166
166
* inverse of {@link #HEADER_VIEW_TYPE_MASK} to make sure the header
167
167
* and child view types don't overlap.
168
168
* @param childPosition The position of the child to get the type for
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ public int getHeaderViewType(int childPosition) {
176
176
177
177
/**
178
178
* Retrieves the view type for the child view at the specified
179
- * <code>childPosition</code>. This value will be &'ed with the
179
+ * <code>childPosition</code>. This value will be & 'ed with the
180
180
* inverse of {@link #HEADER_VIEW_TYPE_MASK} to make sure the header
181
181
* and child view types don't overlap.
182
182
* @param childPosition The position of the child to get the type for
You can’t perform that action at this time.
0 commit comments