diff --git a/truffle/mx.truffle/suite.py b/truffle/mx.truffle/suite.py index 8cd965b27b8c..b88ac93e275b 100644 --- a/truffle/mx.truffle/suite.py +++ b/truffle/mx.truffle/suite.py @@ -1646,7 +1646,7 @@ "TRUFFLE_API", "TRUFFLE_COMPILER", ], - "description" : "The community edition of the Truffle runtime for Graal Languages. It is not recommended to depend on this artifact directly. Instead, use a POM dependency of one or more Graal Languages (for example `org.graalvm.polyglot:js-community`) to ensure all dependencies are pulled in correctly.", + "description" : "The community edition of the Truffle runtime for Graal Languages. It is not recommended to depend on this artifact directly. Instead, use a POM dependency of one or more Graal Languages (for example `org.graalvm.polyglot:js-community`) to ensure all dependencies are pulled in correctly.", # pylint: disable=line-too-long "useModulePath": True, "maven": { "artifactId": "truffle-runtime", diff --git a/wasm/mx.wasm/suite.py b/wasm/mx.wasm/suite.py index 7660983bcfe6..9590133b2911 100644 --- a/wasm/mx.wasm/suite.py +++ b/wasm/mx.wasm/suite.py @@ -250,7 +250,7 @@ "truffle:TRUFFLE_API", "sdk:POLYGLOT", ], - "description" : "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This artifact includes the core language runtime. It is not recommended to depend on the artifact directly. Instead, use `org.graalvm.polyglot:wasm` or `org.graalvm.polyglot:wasm-community` to ensure all dependencies are pulled in correctly.", + "description" : "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This artifact includes the core language runtime. It is not recommended to depend on the artifact directly. Instead, use `org.graalvm.polyglot:wasm` or `org.graalvm.polyglot:wasm-community` to ensure all dependencies are pulled in correctly.", # pylint: disable=line-too-long "allowsJavadocWarnings": True, "license" : "UPL", "maven" : {