Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamCarroll committed May 15, 2017
1 parent 1c108ba commit ecce117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/best-practices.asc
Expand Up @@ -550,7 +550,7 @@ javadoc -javafx MyClass.java -d testdir
=== Example
Generally, if you introduce a JavaFX property field, you will add its corresponding property method along with setter and getter. In this case, you are advised to bundle them together and document _only_ the field. The "-javafx" option on the javadoc command will generate the appropriate documentation for the rest of the methods.

*N.B.* - You can documentation individual method in case you want to add explicit information for the method.
*N.B.* - You can document an individual method in case you want to add explicit information for the method.

[source,java]
----
Expand Down

0 comments on commit ecce117

Please sign in to comment.