Skip to content

Commit 92e9db9

Browse files
committed
Fix comment
1 parent 747f278 commit 92e9db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ Schema.prototype.getExpectedType = function(className, key) {
561561

562562
// Checks if a given class is in the schema. Needs to load the
563563
// schema first, which is kinda janky. Hopefully we can refactor
564-
// and make this be a regular value. Parse would probably
564+
// and make this be a regular value.
565565
Schema.prototype.hasClass = function(className) {
566566
return this.reload().then(newSchema => !!newSchema.data[className]);
567567
}

0 commit comments

Comments
 (0)