Skip to content

Commit b918631

Browse files
committed
doc(bridge) Fix typos.
1 parent cf74e0e commit b918631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wasmer/bridge.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ import "unsafe"
1111
// [Wasmer] is the WebAssembly runtime used by this package to run
1212
// WebAssembly modules. It is written in [Rust]. The runtime exposes a C
1313
// API through [the `wasmer-runtime-c-api` crate][wasmer-runtime-c-api],
14-
// which is also written in Rust but compiles to a C compatible shared
14+
// which is also written in Rust but compiles to C compatible shared
1515
// libraries. C and C++ headers are also automatically built at
1616
// compile-time. [Wasmer releases][wasmer-releases] come with
1717
// pre-compiled `.dylib` and `.so` shared libraries. It is also possible
1818
// to re-compile specific shared libraries with this project. In this
1919
// package, they are located in the root as
2020
// `libwasmer_runtime_c_api\..*`.
2121
//
22-
// Go provides [cgo] that enabled the creation of Go packages that
22+
// Go provides [cgo] that enables the creation of Go packages that
2323
// call C code. This package uses cgo to communicate with Wasmer through
2424
// C.
2525
//

0 commit comments

Comments
 (0)