From 228a337a54e0ceba126a458bddcba705c2061b75 Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Wed, 20 May 2015 09:32:09 -0700 Subject: [PATCH] Fix typo in sendCTRL doc comments. --- Java/src/XPlaneConnect.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Java/src/XPlaneConnect.java b/Java/src/XPlaneConnect.java index ba545d5..3c22601 100644 --- a/Java/src/XPlaneConnect.java +++ b/Java/src/XPlaneConnect.java @@ -409,6 +409,7 @@ public class XPlaneConnect implements AutoCloseable *
  • Throttle [-1, 1]
  • *
  • Gear (0=up, 1=down)
  • *
  • Flaps [0, 1]
  • + *
  • Speedbrakes [-0.5, 1.5]
  • * *

    * If @{code ctrl} is less than 6 elements long, The missing elements will not be changed. To @@ -433,6 +434,7 @@ public class XPlaneConnect implements AutoCloseable *

  • Throttle [-1, 1]
  • *
  • Gear (0=up, 1=down)
  • *
  • Flaps [0, 1]
  • + *
  • Speedbrakes [-0.5, 1.5]
  • * *

    * If @{code ctrl} is less than 6 elements long, The missing elements will not be changed. To