Skip to content

NFC: Fix doc comment link in UndirectedGraph.swift #7832

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

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

MaxDesiatov
Copy link
Contributor

UndirectedGraph uses an adjacency matrix not adjacency list for edges representation. The link in its doc comment should be corrected.

`UndirectedGraph` uses an adjacency matrix not adjacency list for edges representation. The link in its doc comment should be corrected.
@MaxDesiatov MaxDesiatov added documentation no functional change No user-visible functional changes included labels Jul 28, 2024
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov MaxDesiatov enabled auto-merge (squash) July 28, 2024 19:03
@MaxDesiatov MaxDesiatov merged commit 5b47d46 into main Jul 29, 2024
5 checks passed
@MaxDesiatov MaxDesiatov deleted the maxd/fix-adjacency-matrix-link branch July 29, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation no functional change No user-visible functional changes included
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants