chore(docs): typo

This commit is contained in:
Misko Hevery 2015-09-11 14:51:43 -07:00
parent b42b9fc42d
commit 83715f06d1

View File

@ -367,7 +367,7 @@ export class SpyObject {
} }
} }
} }
// Noop so that SpyObject has the smae interface as in Dart // Noop so that SpyObject has the same interface as in Dart
noSuchMethod(args) {} noSuchMethod(args) {}
spy(name) { spy(name) {