Fix common misspellings
These were found with codespell.
This commit is contained in:
@@ -100,7 +100,7 @@ class LRUCache {
|
||||
|
||||
/**
|
||||
* @param {string} key Key.
|
||||
* @param {*} [opt_options] Options (reserverd for subclasses).
|
||||
* @param {*} [opt_options] Options (reserved for subclasses).
|
||||
* @return {T} Value.
|
||||
*/
|
||||
get(key, opt_options) {
|
||||
|
||||
Reference in New Issue
Block a user