Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
li3zhen1 committed Mar 21, 2024
1 parent eedceb6 commit e6bceea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Grape/Views/ForceDirectedGraph.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ where NodeID == Content.NodeID {
}

@inlinable
static func defaultKineticStateProvider(nodeID: NodeID) -> KineticState {
public static func defaultKineticStateProvider(nodeID: NodeID) -> KineticState {
.init(position: .zero)
}

Expand Down

0 comments on commit e6bceea

Please sign in to comment.