Skip to content

Commit

Permalink
fix: typos in documentation files (#3282)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Evtush <[email protected]>
  • Loading branch information
maximevtush authored Feb 8, 2025
1 parent f50e97d commit 0094939
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/matching-engine/tests/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub async fn get_orders(
/// a quantity of 3 token B.
/// User_a thus commits 3 * 1 + 3 * 2 = 9 token A to the matching engine chain and is
/// left with 1 token A on chain A
/// * User_b: Offer to sell token B in exchange of token A for a pice of 2 (or 4) with
/// * User_b: Offer to sell token B in exchange of token A for a price of 2 (or 4) with
/// a quantity of 4 token B
/// User_b thus commits 4 + 4 = 8 token B on the matching engine chain and is left
/// with 1 token B.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"description": "Number of CQL INSERT commands generated by intenal operations",
"description": "Number of CQL INSERT commands generated by internal operations",
"editable": true,
"error": false,
"fieldConfig": {
Expand Down Expand Up @@ -1518,7 +1518,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"description": "Number of CQL SELECT commands generated by intenal operations",
"description": "Number of CQL SELECT commands generated by internal operations",
"editable": true,
"error": false,
"fieldConfig": {
Expand Down Expand Up @@ -1624,7 +1624,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"description": "Number of CQL DELETE commands generated by intenal operations",
"description": "Number of CQL DELETE commands generated by internal operations",
"editable": true,
"error": false,
"fieldConfig": {
Expand Down Expand Up @@ -1730,7 +1730,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"description": "Number of CQL UPDATE commands generated by intenal operations",
"description": "Number of CQL UPDATE commands generated by internal operations",
"editable": true,
"error": false,
"fieldConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6474,7 +6474,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"description": "How many paxos operations are still running after a result was alredy returned",
"description": "How many paxos operations are still running after a result was already returned",
"editable": true,
"error": false,
"fieldConfig": {
Expand Down Expand Up @@ -7224,7 +7224,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"description": "Number of Paxos-repairs of INSERT, UPDATE, or DELETE with conditions.\n\nA repair is necessary when a previous Paxos statement was partialy successful. A subsequent statement then may not proceed before completing the work of its predecessor. A repair is not guaranteed to succeed, the metric indicates the number of repair attempts made",
"description": "Number of Paxos-repairs of INSERT, UPDATE, or DELETE with conditions.\n\nA repair is necessary when a previous Paxos statement was partially successful. A subsequent statement then may not proceed before completing the work of its predecessor. A repair is not guaranteed to succeed, the metric indicates the number of repair attempts made",
"editable": true,
"error": false,
"fieldConfig": {
Expand Down Expand Up @@ -7327,7 +7327,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"description": "Number of Paxos-repairs of SELECT statement with SERIAL consistency.\n\nA repair is necessary when a previous Paxos statement was partialy successful. A subsequent statement then may not proceed before completing the work of its predecessor. A repair is not guaranteed to succeed, the metric indicates the number of repair attempts made",
"description": "Number of Paxos-repairs of SELECT statement with SERIAL consistency.\n\nA repair is necessary when a previous Paxos statement was partially successful. A subsequent statement then may not proceed before completing the work of its predecessor. A repair is not guaranteed to succeed, the metric indicates the number of repair attempts made",
"editable": true,
"error": false,
"fieldConfig": {
Expand Down

2 comments on commit 0094939

@philipayzz

This comment was marked as spam.

@bciase

This comment was marked as spam.

Please sign in to comment.