Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
8dbf59fe
Commit
8dbf59fe
authored
Aug 27, 2016
by
gregg dourgarian
Committed by
Péter Szilágyi
Aug 27, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common,internal: typo/misspelling fixes (#2953)
parent
5fc032a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
natspec_js.go
common/natspec/natspec_js.go
+4
-4
ethereum_js.go
internal/jsre/ethereum_js.go
+5
-5
No files found.
common/natspec/natspec_js.go
View file @
8dbf59fe
...
@@ -787,7 +787,7 @@ var findIndex = function (array, callback) {
...
@@ -787,7 +787,7 @@ var findIndex = function (array, callback) {
};
};
/**
/**
* Should be called to get sting from it
'
s hex representation
* Should be called to get sting from its hex representation
*
*
* @method toAscii
* @method toAscii
* @param {String} string in hex
* @param {String} string in hex
...
@@ -865,7 +865,7 @@ var extractTypeName = function (name) {
...
@@ -865,7 +865,7 @@ var extractTypeName = function (name) {
};
};
/**
/**
* Converts value to it
'
s decimal representation in string
* Converts value to its decimal representation in string
*
*
* @method toDecimal
* @method toDecimal
* @param {String|Number|BigNumber}
* @param {String|Number|BigNumber}
...
@@ -876,7 +876,7 @@ var toDecimal = function (value) {
...
@@ -876,7 +876,7 @@ var toDecimal = function (value) {
};
};
/**
/**
* Converts value to it
'
s hex representation
* Converts value to its hex representation
*
*
* @method fromDecimal
* @method fromDecimal
* @param {String|Number|BigNumber}
* @param {String|Number|BigNumber}
...
@@ -890,7 +890,7 @@ var fromDecimal = function (value) {
...
@@ -890,7 +890,7 @@ var fromDecimal = function (value) {
};
};
/**
/**
* Auto converts any given value into it
'
s hex representation.
* Auto converts any given value into its hex representation.
*
*
* And even stringifys objects before.
* And even stringifys objects before.
*
*
...
...
internal/jsre/ethereum_js.go
View file @
8dbf59fe
...
@@ -1987,7 +1987,7 @@ var padRight = function (string, chars, sign) {
...
@@ -1987,7 +1987,7 @@ var padRight = function (string, chars, sign) {
};
};
/**
/**
* Should be called to get utf8 from it
'
s hex representation
* Should be called to get utf8 from its hex representation
*
*
* @method toUtf8
* @method toUtf8
* @param {String} string in hex
* @param {String} string in hex
...
@@ -2011,7 +2011,7 @@ var toUtf8 = function(hex) {
...
@@ -2011,7 +2011,7 @@ var toUtf8 = function(hex) {
};
};
/**
/**
* Should be called to get ascii from it
'
s hex representation
* Should be called to get ascii from its hex representation
*
*
* @method toAscii
* @method toAscii
* @param {String} string in hex
* @param {String} string in hex
...
@@ -2109,7 +2109,7 @@ var extractTypeName = function (name) {
...
@@ -2109,7 +2109,7 @@ var extractTypeName = function (name) {
};
};
/**
/**
* Converts value to it
'
s decimal representation in string
* Converts value to its decimal representation in string
*
*
* @method toDecimal
* @method toDecimal
* @param {String|Number|BigNumber}
* @param {String|Number|BigNumber}
...
@@ -2120,7 +2120,7 @@ var toDecimal = function (value) {
...
@@ -2120,7 +2120,7 @@ var toDecimal = function (value) {
};
};
/**
/**
* Converts value to it
'
s hex representation
* Converts value to its hex representation
*
*
* @method fromDecimal
* @method fromDecimal
* @param {String|Number|BigNumber}
* @param {String|Number|BigNumber}
...
@@ -2134,7 +2134,7 @@ var fromDecimal = function (value) {
...
@@ -2134,7 +2134,7 @@ var fromDecimal = function (value) {
};
};
/**
/**
* Auto converts any given value into it
'
s hex representation.
* Auto converts any given value into its hex representation.
*
*
* And even stringifys objects before.
* And even stringifys objects before.
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment