diff options
author | Benjamin Jones <bjones@galois.com> | 2012-10-19 19:37:50 -0700 |
---|---|---|
committer | Benjamin Jones <bjones@galois.com> | 2012-10-19 19:37:50 -0700 |
commit | 336788ccac1db986dc1c55eb920dfd942152c1ed (patch) | |
tree | bcabe0c5b912929c9ce2eb71e8f122510c5efe2c /rsTester/src/main/java/com/galois/fiveui | |
parent | 50812b159530a7441c1dae720bfebbf766b9a770 (diff) |
fixed minor typo
Diffstat (limited to 'rsTester/src/main/java/com/galois/fiveui')
-rw-r--r-- | rsTester/src/main/java/com/galois/fiveui/RSTestDescription.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsTester/src/main/java/com/galois/fiveui/RSTestDescription.java b/rsTester/src/main/java/com/galois/fiveui/RSTestDescription.java index 0ccdf9a..53e09d1 100644 --- a/rsTester/src/main/java/com/galois/fiveui/RSTestDescription.java +++ b/rsTester/src/main/java/com/galois/fiveui/RSTestDescription.java @@ -25,7 +25,7 @@ import com.google.gson.JsonParseException; /** * RSTestDescriptions represent a set of tests for a specific RuleSet. * - * RSTestDescriptions are also GSON-serializiable (and deserializable). + * RSTestDescriptions are also JSON-serializiable (and deserializable). * * An example of the JSON is given below: * |