From 11c4de8248341af9dd5846006f0fd89872a5255d Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Sat, 10 Oct 2020 20:57:12 +0300 Subject: [PATCH] Let's make it a tip --- doc/user-guide.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/user-guide.adoc b/doc/user-guide.adoc index ab8ee30..4c83a6f 100644 --- a/doc/user-guide.adoc +++ b/doc/user-guide.adoc @@ -102,11 +102,9 @@ along the payload by calling `branca/decode*`. The return value includes the token version and the nonce as well. You probably won't need them for anything, but they're included for the sake of completeness. -**** -There is only one Branca version, `0xBA`. This is represented as a -single-byte value. Because JVM bytes are _signed_, the value -is printed as `-70` and not as `186` as you might expect. -**** +TIP: There is only one Branca version, `0xBA`. This is represented as a + single-byte value. Because JVM bytes are _signed_, the value + is printed as `-70` and not as `186` as you might expect. [[error-handling]] === Error handling -- 2.45.2