Replace @see with See.
This commit is contained in:
@@ -6,7 +6,7 @@ import {VERSION} from './util.js';
|
||||
/**
|
||||
* Error object thrown when an assertion failed. This is an ECMA-262 Error,
|
||||
* extended with a `code` property.
|
||||
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error
|
||||
* See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error.
|
||||
*/
|
||||
class AssertionError extends Error {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user