Skip to content

Commit

Permalink
Merge pull request #7679 from camerondurham/patch-1
Browse files Browse the repository at this point in the history
Convert glossary link tags for `Đ` and `DAG` to lowercase
  • Loading branch information
minimalsm committed Sep 5, 2022
2 parents 9e6098b + 578e0d0 commit 1c56b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/glossary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ The economics of cryptocurrencies.

## D {#section-d}

### Đ {#D-with-stroke}
### Đ {#d-with-stroke}

Đ (D with stroke) is used in Old English, Middle English, Icelandic, and Faroese to stand for an uppercase letter “Eth”. It is used in words like ĐEV or Đapp (decentralized application), where the Đ is the Norse letter “eth”. The uppercase eth (Ð) is also used to symbolize the cryptocurrency Dogecoin. This is commonly seen in older Ethereum literature but is used less often today.

### DAG {#DAG}
### DAG {#dag}

DAG stands for Directed Acyclic Graph. It is a data structure composed of nodes and links between them. Ethereum uses a DAG in its [proof of work](#proof-of-work) algorithm, [Ethash](#ethash).

Expand Down

0 comments on commit 1c56b87

Please sign in to comment.