aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-03-23 12:03:13 +0100
committerJakob Odersky <jodersky@gmail.com>2015-03-23 12:03:13 +0100
commit37842d340dd87391b1288a3e5f91d47dbda59fa5 (patch)
tree9ec3f8c2d71043dc3f02123f79962ea0fcb5bfe1
parentd46a344b15fde5fabdb0917f321d3169242edc55 (diff)
downloadsbt-mavlink-37842d340dd87391b1288a3e5f91d47dbda59fa5.tar.gz
sbt-mavlink-37842d340dd87391b1288a3e5f91d47dbda59fa5.tar.bz2
sbt-mavlink-37842d340dd87391b1288a3e5f91d47dbda59fa5.zip
fix typo: scala only supports *signed* types
-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 |
| &lt;type&gt;[] | Array[&lt;type&gt;] |
-*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/>.