Skip to content

Commit

Permalink
Merge pull request #4 from h20282/master
Browse files Browse the repository at this point in the history
fix README_zh_CN.md typo
  • Loading branch information
wang-bin authored Mar 6, 2024
2 parents e9fcccd + 9e0fdd9 commit 71875f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
texture.call("getTransformMatrix", std::ref(mat4)); // use std::ref() if parameter should be modified by jni method
```

若出参类型是 `JObject<...>` 或器子类, 则可不使用`std::ref()`,因为对象不会改变,可能只是某些fields被方法修改了,如
若出参类型是 `JObject<...>` 或其子类, 则可不使用`std::ref()`,因为对象不会改变,可能只是某些fields被方法修改了,如

```
MediaCodec::BufferInfo bi;
Expand Down

0 comments on commit 71875f9

Please sign in to comment.