Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03176682 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Correct grammatical error in README.md" am: 00baab69 am: c10941d4 am: a26d05b9

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1741753

Change-Id: If559a56b98eea49a037bd10f2e2ed7675250f8c3
parents b6fb0c9a a26d05b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`.