Skip to content

Commit 3f69a96

Browse files
authored
Merge pull request #678 from duckdb/remove-repeat-word
Remove repeat word
2 parents a6a607f + 270c38f commit 3f69a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatial/modules/proj/proj_module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ struct DuckDB_Proj_Compiled_Version {
11601160
}
11611161

11621162
static constexpr auto DESCRIPTION = R"(
1163-
Returns a text description of the PROJ library version that that this instance of DuckDB was compiled against.
1163+
Returns a text description of the PROJ library version that this instance of DuckDB was compiled against.
11641164
)";
11651165

11661166
static constexpr auto EXAMPLE = R"(

0 commit comments

Comments
 (0)