Skip to content

Commit e5f0c7e

Browse files
Add missing double quote in docs. (rust-mobile#125)
1 parent fe3576c commit e5f0c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndk/src/native_activity.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl NativeActivity {
112112
/// The `android.app.NativeActivity` instance
113113
///
114114
/// In the JNI, this is named `clazz`; however, as the docs say, "it should really be named
115-
/// 'activity' instead of 'clazz', since it's a reference to the NativeActivity instance.
115+
/// 'activity' instead of 'clazz', since it's a reference to the NativeActivity instance".
116116
pub fn activity(&self) -> jni_sys::jobject {
117117
unsafe { self.ptr.as_ref().clazz as jni_sys::jobject }
118118
}

0 commit comments

Comments
 (0)