summaryrefslogtreecommitdiff
path: root/base/src/bjc/dicelang/Errors.java
diff options
context:
space:
mode:
authorstudent <student@localhost>2018-02-12 13:00:35 -0500
committerstudent <student@localhost>2018-02-12 13:00:35 -0500
commit75b790db6a759b3057c294bae3f669e5b01c8688 (patch)
tree50f60ce14ab318ccfd1be7879472cccfa53355dd /base/src/bjc/dicelang/Errors.java
parentc8637f6156d65d52bf35c3a867c76bfbf2d0da3e (diff)
Format pass mk. 2
Diffstat (limited to 'base/src/bjc/dicelang/Errors.java')
-rw-r--r--base/src/bjc/dicelang/Errors.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/src/bjc/dicelang/Errors.java b/base/src/bjc/dicelang/Errors.java
index de82eed..b404415 100644
--- a/base/src/bjc/dicelang/Errors.java
+++ b/base/src/bjc/dicelang/Errors.java
@@ -272,10 +272,10 @@ public class Errors {
* Print an error.
*
* @param key
- * The key of the error.
+ * The key of the error.
*
* @param args
- * The arguments for the error.
+ * The arguments for the error.
*/
public void printError(final ErrorKey key, final String... args) {
switch (mode) {