Skip to content

Commit

Permalink
📝 fix minor javadoc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
teras committed Oct 26, 2020
1 parent f1ffe5e commit 79d09c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ public void viewWillLayoutSubviews() {
}

/**
* Called when the controller will layout its subviews.
* Called after the controller layout its subviews.
*/
@CMSelector("- (void)viewDidLayoutSubviews;")
public void viewDidLayoutSubviews() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static crossmobile.ios.coregraphics.GraphicsDrill.context;

/**
* Present HTML & Web content inside the application
* Present HTML and Web content inside the application
*/
@CMClass
public class WKWebView extends UIView {
Expand Down

0 comments on commit 79d09c1

Please sign in to comment.