Merge "Correct grammatical error in README.md" am: 00baab69f1
am: c10941d4de
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1741753 Change-Id: I79b1717da7df8b7b0f8f0b2bfd5b97f5e331042b
This commit is contained in:
commit
a26d05b9a7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const V1_0::ErrorStatus versionedAfter = V1_0::utils::convert(canonical).value()
|
|||
EXPECT_EQ(versionedBefore, versionedAfter);
|
||||
```
|
||||
|
||||
The `convert` functions operate only on types that used in a HIDL method call directly. The
|
||||
The `convert` functions operate only on types that are used in a HIDL method call directly. The
|
||||
`unvalidatedConvert` functions operate on types that are either used in a HIDL method call directly
|
||||
(i.e., not as a nested class) or used in a subsequent version of the NN HAL. Prefer using `convert`
|
||||
over `unvalidatedConvert`.
|
||||
|
|
Loading…
Reference in a new issue