aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a13dd41..8a20272 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Field types are mapped according to the following table
| char[] | String |
| <type>[] | Array[<type>] |
-*Note that since Scala only supports unsigned integer types, it is up to the client to
+*Note that since Scala only supports signed integer types, it is up to the client to
interpret the values of fields correctly.*
## Usage
@@ -102,4 +102,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>. \ No newline at end of file
+along with this program. If not, see <http://www.gnu.org/licenses/>.