Skip to content

Commit

Permalink
Fixed in thrown exception documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jondeaton committed Jul 13, 2018
1 parent ec39f72 commit 357bdea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ object RecordGroupDictionary {
*
* @param recordGroups A seq of record groups to populate the dictionary.
*
* @throws IllegalArgumentError Throws an assertion error if there are multiple record
* @throws IllegalArgumentException Throws an assertion error if there are multiple record
* groups with the same name.
*/
case class RecordGroupDictionary(recordGroups: Seq[RecordGroup]) {
Expand Down

0 comments on commit 357bdea

Please sign in to comment.