Commit 5cdc619
authored
libsql-server: fix duplicated "the" in doc-comments (#2234)
Two one-line typo fixes for duplicated "the" in `libsql-server`
doc-comments:
- `libsql-server/src/main.rs` — "By default, the the period is 30
seconds." → "By default, the period is 30 seconds."
- `libsql-server/src/rpc/streaming_exec.rs` — "/// Apply the response to
the the builder, and return whether..." → "/// Apply the response to the
builder, ..."
No code/behavior change.2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments