Skip to content

Commit

Permalink
Fix typo in FXMLLoader.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 70afdbd commit 7a835c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@ public void invoke(Object... params) {
public static final String JAVAFX_VERSION;

/**
* Contains the current fx namepsace version.
* Contains the current fx namespace version.
* @since JavaFX 8.0
*/
public static final String FX_NAMESPACE_VERSION = "1";
Expand Down

0 comments on commit 7a835c9

Please sign in to comment.