Skip to content

Commit

Permalink
Fix typos in release notes for 0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbheek authored and eli-schwartz committed Oct 25, 2021
1 parent 954fa95 commit 6ea4e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/markdown/Release-notes-for-0.60.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ alias_target('all-pot', all_pot_targets)

## The Python Modules dependency method no longer accepts positional arguments

Previously these were igrnoed with a warning, now they're a hard error.
Previously these were ignored with a warning, now they're a hard error.

## `unset_variable()`

Expand Down Expand Up @@ -245,7 +245,7 @@ jdkjava = shared_module(
)
```

== Link tests can use sources for a different compiler ==
## Link tests can use sources for a different compiler

Usually, the `links` method of the compiler object uses a single program
invocation to do both compilation and linking. Starting with this version,
Expand Down

0 comments on commit 6ea4e21

Please sign in to comment.