From ee9258811a17f8e6c75383b84edc2753e2a5802a Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Sun, 3 Oct 2021 13:53:48 -0300 Subject: [PATCH] Update lib.rs --- Source/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/lib.rs b/Source/lib.rs index 858ac32..bb1c17d 100644 --- a/Source/lib.rs +++ b/Source/lib.rs @@ -1,6 +1,6 @@ // Copyright (c) TribuFu. All Rights Reserved. -//! Jvm bindings to TribuFu SDK. +//! JNI bindings to TribuFu SDK. #![allow(non_snake_case)]