Hacker News new | ask | show | jobs
by KnobbleMcKnees 1086 days ago
Do you have examples of 200+ page API documentation that doesn't have any errors or broken examples?

Sounds like the law of small errors to me:

https://www.maa.org/external_archive/devlin/devlin_4_00.html

1 comments

Django docs come to mind
https://docs.djangoproject.com/en/4.2/ref/class-based-views/...

> from article.view

Broken example due to typo.

I'm being facetious but it's actually easy to find them because their are typo PRs open in their GitHub.

Hopefully demonstrates the point though: the law holds.