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

Correct n to refer to vertices, not edges in SccGraph::new #156

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

Ryoga-exe
Copy link
Contributor

Resolve: #155

This PR updates the doc comment for SccGraph::new(n), correcting the description of n to refer to vertices instead of edges.

Original documentation

@koba-e964 koba-e964 merged commit a13e68f into rust-lang-ja:master Mar 13, 2025
13 checks passed
@koba-e964
Copy link
Collaborator

Thank you!

@Ryoga-exe Ryoga-exe deleted the fix-scc-docs branch March 13, 2025 21:18
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.

Documentation Mistake: SccGraph::new(n) should refer to vertices, not edges
2 participants