Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit addc70e

Browse files
committedFeb 12, 2020
fix docs
1 parent dd92d6a commit addc70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ HidApi.hid_exit()
9393

9494
### Mixing low-level and high-level
9595
In case you need to do something thats not possible with the high level interface you
96-
can use the low-level calls by using the `handle` from a `HidDevice`.
96+
can mix in the low-level calls by using the `handle` from a `HidDevice`.
9797

9898

2 commit comments

Comments
 (2)

laborg commented on Feb 12, 2020

@laborg
OwnerAuthor

JuliaRegistrator commented on Feb 12, 2020

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/9339

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" addc70eca44fb5e8af0c629923dbe227cc9e85d1
git push origin v0.1.0
Please sign in to comment.