diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8934aa4ba15a9758226261bc2370b442cf5b0ac..e9f7cefa6d182c70d56f4dc538611b5953fd6c55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -285,8 +285,8 @@ Chajed. Thanks a lot to everyone involved!
   consistent with other such big op lemmas. Also add such lemmas for `bupd`.
 * Rename `C` suffixes into `O` since we no longer use COFEs but OFEs. Also
   rename `ofe_fun` into `discrete_fun` and the corresponding notation `-c>` into
-  `-d>`. The renaming can be automatically done using the following script (on
-  macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`):
+  `-d>`. The renaming can be automatically done using the following script
+  (on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`):
 ```
 sed -i '
 s/\bCofeMor/OfeMor/g;