Skip to content

Commit 4ded539

Browse files
committed
Fix typo.
1 parent 4a3d255 commit 4ded539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/rascal-0-41-x-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Other improvements to the parsers:
104104

105105
### Fast and Consistent Configuration via Maven's `pom.xml`
106106

107-
> *warning* the way Rascal is configured is gradually migrating from using `RASCAL.MF` to using `pom.xml`. Dependencies (Java, Rascal or otherwise) already come from a `pom.xml` file's `<dependencies>` list. Every project should have one, with at least a dependency on the Rascal project itself.
107+
> *warning* The way Rascal is configured is gradually migrating from using `RASCAL.MF` to using `pom.xml`. Dependencies (Java, Rascal or otherwise) already come from a `pom.xml` file's `<dependencies>` list. Every project should have one, with at least a dependency on the Rascal project itself.
108108
109109
* `Require-Libraries` in `RASCAL.MF` is no longer in use. You will be warned by the IDE about this.
110110
* the interpreter is now also configured by `pom.xml`, just like the compiler. `Sources` still come from `RASCAL.MF` for the interpreter, but not for the checker and the compiler. For now you have to keep `RASCAL.MF` and `pom.xml` in line w.r.t. the configuration of the local source folders.

0 commit comments

Comments
 (0)