Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor developer documentation cleanups #1116

Merged
merged 4 commits into from
Dec 6, 2024
Merged

Conversation

erooke
Copy link
Contributor

@erooke erooke commented Dec 5, 2024

While working on other things I stumbled on typos and minor mistakes in the developer facing documentation:

  1. The graph data structure claims to only represent acyclic graphs but it has no problems with cycles.
  2. The graph data structure claims that it only works with maps which aren't surjective to preserve the graph structure. What it actually requires is an injective map.
  3. Minor typos here and there.

@daniel-larraz daniel-larraz merged commit 8b77416 into kind2-mc:develop Dec 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants