Skip to content

Commit

Permalink
Minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonwieloch committed Aug 16, 2019
1 parent 3d6c40b commit 26b7029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fn main(){
| Low-level, unsafe API | Yes | Yes | Yes |
| Object-oriented friendly | Yes | **No** | Yes |
| Load from the program itself | Yes | **No** | **No** |
| Obtaining address information (dladdr) | Yes | **Unix only** | **no**|
| Obtaining address information (dladdr) | Yes | **Unix only** | **No**|

## Safety

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fn main(){
| Low-level, unsafe API | Yes | Yes | Yes |
| Object-oriented friendly | Yes | **No** | Yes |
| Load from the program itself | Yes | **No** | **No** |
| Obtaining address information (dladdr) | Yes | **Unix only** | **no**|
| Obtaining address information (dladdr) | Yes | **Unix only** | **No**|
## Safety
Expand Down

0 comments on commit 26b7029

Please sign in to comment.