From 18451ed29b03571f940b54e5e1417d515d98b8f8 Mon Sep 17 00:00:00 2001 From: goqihoo Date: Wed, 16 Jun 2021 17:28:22 +0800 Subject: [PATCH] Update curve_contract.md Writing errors --- docs/curve_contract.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/curve_contract.md b/docs/curve_contract.md index 743eb38..771b895 100644 --- a/docs/curve_contract.md +++ b/docs/curve_contract.md @@ -124,7 +124,7 @@ Below is a function by function breakdown of the `view` (non state changing) cur #### `collateralToken` -**Purpose:** Allows a user to check the address off the collateral token (DAI). +**Purpose:** Allows a user to check the address of the collateral token (DAI). **Parameters:** - N/A @@ -226,4 +226,4 @@ This function will initialise the curve so that it can start functioning as the ``` **Possible Exceptions:** -- Should the curve already be removed as a `minterRole` from the token the revert message will be `"Roles: account does not have role"`. **Note** that should this revert message be received there is a fatal flaw. This message should not be received. \ No newline at end of file +- Should the curve already be removed as a `minterRole` from the token the revert message will be `"Roles: account does not have role"`. **Note** that should this revert message be received there is a fatal flaw. This message should not be received.