Skip to content

Commit dea4431

Browse files
committed
fixed typo
1 parent c1e1943 commit dea4431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AndroidBootstrap/src/com/beardedhen/androidbootstrap/FontAwesomeText.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public void setTextColor(int color) {
265265
/**
266266
* Used to set the text size of the underlying text view.
267267
* @param unit - Integer value representing a unit size
268-
* @param size - Float value represeting text size
268+
* @param size - Float value representing text size
269269
*/
270270
public void setTextSize(int unit, float size) {
271271
tv.setTextSize(unit, size);

0 commit comments

Comments
 (0)