File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ fake.resolves = function resolves(value) {
134
134
* var f1 = sinon.fake.rejects(":(");
135
135
*
136
136
* try {
137
- * await ft ();
137
+ * await f1 ();
138
138
* } catch (error) {
139
139
* console.log(error);
140
140
* // ":("
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ module.exports = function extend(target, ...sources) {
114
114
enumerable : sourceOwnPropertyDescriptor . enumerable ,
115
115
} ;
116
116
/*
117
- if the sorce has an Accessor property copy over the accessor functions (get and set)
117
+ if the source has an Accessor property copy over the accessor functions (get and set)
118
118
data properties has writable attribute where as accessor property don't
119
119
REF: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#properties
120
120
*/
You can’t perform that action at this time.
0 commit comments