Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
e14cfcf6
Commit
e14cfcf6
authored
Jul 29, 2020
by
yann300
Committed by
Aniket
Jul 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
7fe85e9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
example-contracts.js
apps/remix-ide/src/app/editor/example-contracts.js
+2
-2
compiler_api.test.js
apps/remix-ide/test-browser/tests/compiler_api.test.js
+2
-2
No files found.
apps/remix-ide/src/app/editor/example-contracts.js
View file @
e14cfcf6
...
@@ -4,7 +4,7 @@ const storage = `pragma solidity >=0.4.22 <0.7.0;
...
@@ -4,7 +4,7 @@ const storage = `pragma solidity >=0.4.22 <0.7.0;
/**
/**
* @title Storage
* @title Storage
* @dev Store & retr
ei
ve value in a variable
* @dev Store & retr
ie
ve value in a variable
*/
*/
contract Storage {
contract Storage {
...
@@ -22,7 +22,7 @@ contract Storage {
...
@@ -22,7 +22,7 @@ contract Storage {
* @dev Return value
* @dev Return value
* @return value of 'number'
* @return value of 'number'
*/
*/
function retr
ei
ve() public view returns (uint256){
function retr
ie
ve() public view returns (uint256){
return number;
return number;
}
}
}`
}`
...
...
apps/remix-ide/test-browser/tests/compiler_api.test.js
View file @
e14cfcf6
...
@@ -40,7 +40,7 @@ const simpleContract = `pragma solidity >=0.4.22 <0.7.0;
...
@@ -40,7 +40,7 @@ const simpleContract = `pragma solidity >=0.4.22 <0.7.0;
/**
/**
* @title Storage
* @title Storage
* @dev Store & retr
ei
ve value in a variable
* @dev Store & retr
ie
ve value in a variable
*/
*/
contract StorageTestUpdateConfiguration {
contract StorageTestUpdateConfiguration {
...
@@ -58,7 +58,7 @@ contract StorageTestUpdateConfiguration {
...
@@ -58,7 +58,7 @@ contract StorageTestUpdateConfiguration {
* @dev Return value
* @dev Return value
* @return value of 'number'
* @return value of 'number'
*/
*/
function retr
ei
ve() public view returns (uint256){
function retr
ie
ve() public view returns (uint256){
return number;
return number;
}
}
}
}
...
...
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