Skip to content

Commit d7be92e

Browse files
committed
docs: thank @BTowersCoding for the typo fix!
1 parent 1e414d1 commit d7be92e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1717
=== Unreleased
1818

1919
* a lazy sequence now coerces to a rewrite-clj list node https://github.com/clj-commons/rewrite-clj/pull/180[#180] (thanks @borkdude!)
20-
* exceptions thrown while reading now include `:row` and `:col` keys in `ex-data` https://github.com/clj-commons/rewrite-clj/pull/181[#181] (thanks @ferdinand-beyer)
20+
* exceptions thrown while reading now include `:row` and `:col` keys in `ex-data` https://github.com/clj-commons/rewrite-clj/pull/181[#181] (thanks @ferdinand-beyer)
21+
* docs
22+
** a docstring typo fix https://github.com/clj-commons/rewrite-clj/pull/191[#191] (thanks @BTowersCoding!)
2123

2224
=== v1.1.45
2325

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:notitle:
22
// num-contributors is updated automatically by doc-readme-update bb task
3-
:num-contributors: 55
3+
:num-contributors: 56
44
:figure-caption!:
55
:imagesdir: ./doc
66
:project-src-coords: clj-commons/rewrite-clj
@@ -127,6 +127,7 @@ image:anmonteiro.png[anmonteiro,role="left",width=250,link="https://github.com/a
127127
image:arrdem.png[arrdem,role="left",width=250,link="https://github.com/arrdem"]
128128
image:awb99.png[awb99,role="left",width=250,link="https://github.com/awb99"]
129129
image:brian-dawn.png[brian-dawn,role="left",width=250,link="https://github.com/brian-dawn"]
130+
image:BTowersCoding.png[BTowersCoding,role="left",width=250,link="https://github.com/BTowersCoding"]
130131
image:doby162.png[doby162,role="left",width=250,link="https://github.com/doby162"]
131132
image:drorbemet.png[drorbemet,role="left",width=250,link="https://github.com/drorbemet"]
132133
image:expez.png[expez,role="left",width=250,link="https://github.com/expez"]

doc/contributors.edn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@
101101
{:github-id "ferdinand-beyer"
102102
:contributions [:code-rewrite-clj-v1]}
103103
{:github-id "ikappaki"
104-
:contributions [:issue]}]
104+
:contributions [:issue]}
105+
{:github-id "BTowersCoding"
106+
:contributions [:doc]}]
105107
:founders
106108
[{:github-id "xsc"
107109
:contributions [:original-author :doc :design :issue :review :support :code-rewrite-clj-v0]}
24.9 KB
Loading

0 commit comments

Comments
 (0)