Skip to content

Commit 036a545

Browse files
fixes typo in contribution guide
1 parent b497f7a commit 036a545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ NAN_METHOD(Imgproc::GaussianBlur) {
142142

143143
// asynchronous binding
144144
NAN_METHOD(Imgproc::GaussianBlurAsync) {
145-
FF::syncBinding<ImgprocBindings::GaussianBlur>("Imgproc", "GaussianBlur", info);
145+
FF::asyncBinding<ImgprocBindings::GaussianBlur>("Imgproc", "GaussianBlur", info);
146146
}
147147
```
148148

0 commit comments

Comments
 (0)