Skip to content

Commit 89ccbaf

Browse files
csukuangfjsloretz
authored andcommitted
Fix a typo. (#158)
* Fix a typo. * Another small grammar fix. Signed-off-by: Chris Lalancette <[email protected]> * rephrased based on feedback
1 parent c5d9103 commit 89ccbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/100_ament.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If the resulting artifacts are installed into `/usr`, for example, it might not
5757

5858
[ament_tools](https://github.com/ament/ament_tools) is a Python package which provides the command line tool `ament` to build, test, install, and uninstall packages.
5959
It is similar to [catkin_tools](https://github.com/catkin/catkin_tools) and builds each package in a workspace in topological order.
60-
Support for different build systems is integrated through extension points which allows to contribute support for other build types without change the ament tool itself.
60+
Support for different build systems is integrated through extension points which allows support for other build types to be added without changing the ament tool itself.
6161

6262
While it currently does not build packages in parallel that feature will be added in the future to speed up the build process.
6363
The goal is to reuse common functionality from catkin_tools by making it available through a third package which can be used by both tools.

0 commit comments

Comments
 (0)