Skip to content

Commit

Permalink
Adjust descriptions for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Jul 9, 2024
1 parent b2e1aec commit bd58a22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/crypto/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ docs:
SELECT * from read_csv('seq 1 100 | grep 2 |');
extended_description: |
This extension, `crypto`, adds cryptographic hash functions and
the ability to calculate a HMAC to DuckDB's SQL engine.
the ability to calculate a HMAC to DuckDB's SQL engine.
2 changes: 1 addition & 1 deletion extensions/evalexpr_rhai/description.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extension:
name: evalexpr_rhai
description: Evaluate the Rhai scripting language in DuckDB.
description: Evaluate the Rhai scripting language in DuckDB
version: 1.0.0
language: C++
build: cmake
Expand Down
2 changes: 1 addition & 1 deletion extensions/scrooge/description.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extension:
name: scrooge
description: Provides functionality for financial data-analysis. Including data scanners for the Ethereum Blockchain and Yahoo Finance.
description: Provides functionality for financial data-analysis, including data scanners for the Ethereum Blockchain and Yahoo Finance
version: 0.0.1
language: C++
excluded_platforms: "windows_amd64_rtools"
Expand Down
2 changes: 1 addition & 1 deletion extensions/ulid/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ docs:
extended_description: |
This extension adds a new `ULID` data type to DuckDB.
A [ULID](https://github.com/ulid/spec) is similar to a UUID except that it also contains a timestamp component, which makes it more suitable for use cases where the order of creation is important.
Additionally, the string representation is lexicographically sortable while preserving the sort order of the timestamps.
Additionally, the string representation is lexicographically sortable while preserving the sort order of the timestamps.

0 comments on commit bd58a22

Please sign in to comment.