Commit f1852191 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #10811 from dreis2211:typo-fixes-documentation

* pr/10811:
  Fix typos in ApplicationArguments and Library
parents fc3d25d7 605e9514
......@@ -71,7 +71,7 @@ public class Library {
/**
* Return the name of file as it should be written.
* @return then name.
* @return the name
*/
public String getName() {
return this.name;
......
......@@ -34,7 +34,7 @@ public interface ApplicationArguments {
String[] getSourceArgs();
/**
* Return then names of all option arguments. For example, if the arguments were
* Return the names of all option arguments. For example, if the arguments were
* "--foo=bar --debug" would return the values {@code ["foo", "debug"]}.
* @return the option names or an empty set
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment