Skip to content

Commit 1ce094e

Browse files
committed
Fix Javadoc in Theories
1 parent 28a3a3b commit 1ce094e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/junit/experimental/theories/Theories.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* }
5252
* }
5353
* </pre>
54-
* This makes it clear that the user's filename should be included in the config file name,
54+
* This makes it clear that the username should be included in the config file name,
5555
* only if it doesn't contain a slash. Another test or theory might define what happens when a username does contain
5656
* a slash. <code>UserTest</code> will attempt to run <code>filenameIncludesUsername</code> on every compatible data
5757
* point defined in the class. If any of the assumptions fail, the data point is silently ignored. If all of the

0 commit comments

Comments
 (0)