diff --git a/README.md b/README.md index 976246f..4afebb3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/lib.rs b/src/lib.rs index d292df4..b2f7c96 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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