Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb1a2d8

Browse files
committed
Typo
1 parent a60a8e6 commit fb1a2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository shows how, by combining [`cgo`](https://blog.golang.org/c-go-cgo
88
and [Rust's FFI capabilities](https://doc.rust-lang.org/book/ffi.html), we can call
99
Rust code from Go.
1010

11-
To ways of achieving this are presented in this repository: with a dynamic
11+
Two ways of achieving this are presented in this repository: with a dynamic
1212
library, and with a static library.
1313

1414
## Running the example code
@@ -20,7 +20,7 @@ library.
2020

2121
You should see the following output:
2222

23-
```
23+
```console
2424
$ make run-all
2525
Compiling libc v0.2.132
2626
Compiling hello v0.1.0 (/home/user/rust-plus-golang/lib/hello)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /