Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import android.text.Layout
import android.text.style.UpdateAppearance

/**
* May be overriden to implement charater styles which are applied by [PreparedLayoutTextView]
* May be overridden to implement character styles which are applied by [PreparedLayoutTextView]
* during the drawing of text, against the underlying Android canvas
*/
public abstract class DrawCommandSpan : UpdateAppearance, ReactSpan {
Expand Down