Skip to content

Commit

Permalink
[centrality] minor change to camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
bedupako12mas committed Jul 4, 2024
1 parent cbbc9cf commit 8e88f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/metrics/_betweennessCentrality.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ LANGUAGE C VOLATILE STRICT;

-- COMMENTS

COMMENT ON FUNCTION _pgr_betweennesscentrality(TEXT, BOOLEAN)
COMMENT ON FUNCTION _pgr_betweennessCentrality(TEXT, BOOLEAN)
IS 'pgRouting internal function';

0 comments on commit 8e88f29

Please sign in to comment.