Fix common misspellings

These were found with codespell.
This commit is contained in:
Marc Jansen
2021-03-05 22:53:09 +01:00
parent 890148c3b1
commit df23c234dc
8 changed files with 9 additions and 9 deletions

View File

@@ -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) {