docs: drop basically

Another filler word

Closes #20835
This commit is contained in:
Daniel Stenberg 2026-03-06 11:37:33 +01:00
parent 86ea3abd41
commit 1495489c41
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
17 changed files with 62 additions and 67 deletions

View file

@ -275,10 +275,10 @@ New tests are added by finding a free number in `tests/data/Makefile.am`.
## Write tests
Here's a quick description on writing test cases. We basically have three
kinds of tests: the ones that test the curl tool, the ones that build small
applications and test libcurl directly and the unit tests that test
individual (possibly internal) functions.
Here's a quick description on writing test cases. We have three kinds of
tests: the ones that test the curl tool, the ones that build small
applications and test libcurl directly and the unit tests that test individual
(possibly internal) functions.
### test data