Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 37bde6f

Browse files
committed
[[ Bug 19400 ]] Unmangle java module docs
1 parent c2c76f9 commit 37bde6f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/notes/bugfix-19400.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Unmangle java module docs

libscript/src/java.lcb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Description:
2626
> Java installation (usually at
2727
> `/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home`).
2828
> On Linux, your `LD_LIBRARY_PATH` must be set to the folder containing
29-
> the `libjvm.so` library (usually at ${JAVA_HOME}/jre/lib/amd64/server)
30-
> on 64-bit Linux.
29+
> the `libjvm.so` library (usually at `${JAVA_HOME}/jre/lib/amd64/server`
30+
> on 64-bit Linux).
3131

3232
*/
3333
module com.livecode.java
@@ -47,7 +47,7 @@ foreign handler MCJavaGetClassName(in pObject as JObject, out rName as String) r
4747

4848

4949
/**
50-
Sumary: Get Java class name of a Java object
50+
Summary: Get Java class name of a Java object
5151

5252
Parameters:
5353
pObj: A JObject
@@ -83,7 +83,7 @@ public handler GetJavaClassName(in pObj as JObject) returns String
8383
end handler
8484

8585
/**
86-
Sumary: Convert a java string into a String
86+
Summary: Convert a java string into a String
8787

8888
Parameters:
8989
pObj: The JString to convert
@@ -120,7 +120,7 @@ public handler StringFromJString(in pObj as JString) returns String
120120
end handler
121121

122122
/**
123-
Sumary: Convert a String into a java string
123+
Summary: Convert a String into a java string
124124

125125
Parameters:
126126
pString: The String to convert

0 commit comments

Comments
 (0)