Skip to content

Commit 6109488

Browse files
authored
Merge pull request #1373 from vtjl10/develop
Fix typo in CairoUint256 class documentation
2 parents 70b7db2 + 7e1cda4 commit 6109488

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

www/versioned_docs/version-6.11.0/API/classes/CairoUint256.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Initialization from Uint256 object
101101

102102
**validate**(`bigNumberish`): `bigint`
103103

104-
Validate if BigNumberish can be represented as Unit256
104+
Validate if BigNumberish can be represented as Uint256
105105

106106
#### Parameters
107107

@@ -123,7 +123,7 @@ Validate if BigNumberish can be represented as Unit256
123123

124124
**validateProps**(`low`, `high`): `Object`
125125

126-
Validate if low and high can be represented as Unit256
126+
Validate if low and high can be represented as Uint256
127127

128128
#### Parameters
129129

@@ -151,7 +151,7 @@ Validate if low and high can be represented as Unit256
151151

152152
**is**(`bigNumberish`): `boolean`
153153

154-
Check if BigNumberish can be represented as Unit256
154+
Check if BigNumberish can be represented as Uint256
155155

156156
#### Parameters
157157

www/versioned_docs/version-6.23.1/API/classes/CairoUint256.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Initialization from Uint256 object
101101

102102
**validate**(`bigNumberish`): `bigint`
103103

104-
Validate if BigNumberish can be represented as Unit256
104+
Validate if BigNumberish can be represented as Uint256
105105

106106
#### Parameters
107107

@@ -123,7 +123,7 @@ Validate if BigNumberish can be represented as Unit256
123123

124124
**validateProps**(`low`, `high`): `Object`
125125

126-
Validate if low and high can be represented as Unit256
126+
Validate if low and high can be represented as Uint256
127127

128128
#### Parameters
129129

@@ -151,7 +151,7 @@ Validate if low and high can be represented as Unit256
151151

152152
**is**(`bigNumberish`): `boolean`
153153

154-
Check if BigNumberish can be represented as Unit256
154+
Check if BigNumberish can be represented as Uint256
155155

156156
#### Parameters
157157

www/versioned_docs/version-6.24.1/API/classes/CairoUint256.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Initialization from Uint256 object
101101

102102
**validate**(`bigNumberish`): `bigint`
103103

104-
Validate if BigNumberish can be represented as Unit256
104+
Validate if BigNumberish can be represented as Uint256
105105

106106
#### Parameters
107107

@@ -123,7 +123,7 @@ Validate if BigNumberish can be represented as Unit256
123123

124124
**validateProps**(`low`, `high`): `Object`
125125

126-
Validate if low and high can be represented as Unit256
126+
Validate if low and high can be represented as Uint256
127127

128128
#### Parameters
129129

@@ -151,7 +151,7 @@ Validate if low and high can be represented as Unit256
151151

152152
**is**(`bigNumberish`): `boolean`
153153

154-
Check if BigNumberish can be represented as Unit256
154+
Check if BigNumberish can be represented as Uint256
155155

156156
#### Parameters
157157

0 commit comments

Comments
 (0)