Skip to content

Commit

Permalink
Rectify incorrect documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
H4mes committed Mar 28, 2024
1 parent 0838441 commit 7a81b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/article/Outlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Outlet {
/**
* Constructs a {@code outletName}.
*
* @param outletName A valid author name.
* @param outletName A valid outlet name.
*/
public Outlet(String outletName) {
requireNonNull(outletName);
Expand Down

0 comments on commit 7a81b25

Please sign in to comment.