Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
li3zhen1 committed Jan 8, 2024
1 parent 8fb620c commit 2bf87b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Grape/Grape.docc/CreatingAForceDirectedGraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct MyGraph: View {
ForceDirectedGraph {
Series(myNodes) { id in
NodeMark(id: id)
.foregroundColor(.blue)
.foregroundStyle(.blue)
}
Series(myLinks) { from, to in
LinkMark(from: from, to: to)
Expand Down

0 comments on commit 2bf87b0

Please sign in to comment.