Skip to content

Commit

Permalink
Fix broken HTML entity (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface authored Dec 22, 2022
1 parent a1cf6b8 commit e27b066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/en/network/indexing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ Example query costing using the above model:
| Query | Price |
| ---------------------------------------------------------------------------- | ------- |
| { pairs(skip: 5000) { id } } | 0.5 GRT |
| { tokens { symbol } &#125 | 0.1 GRT |
| { tokens { symbol } } | 0.1 GRT |
| { pairs(skip: 5000) { id { tokens } symbol } } | 0.6 GRT |

#### Applying the cost model
Expand Down

0 comments on commit e27b066

Please sign in to comment.