Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust descriptions for consistency #42

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading