Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Jun 26, 2023
1 parent 15bae95 commit b6f4bf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hardhat-c3-linearization",
"version": "0.0.1",
"description": "Hardhat TypeScript plugin to get the S3 linearization of your project.",
"description": "Hardhat TypeScript plugin to get the C3 linearization of your project.",
"author": "Claudia Barcelo",
"license": "MIT",
"main": "dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/linearize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function _linearize(
return res;
}

// solidity s3(right to left) has the opposite of python ordering
// solidity c3(right to left) has the opposite of python ordering
parents = parents.slice().reverse();

// get the linearization of all node parents
Expand Down

0 comments on commit b6f4bf9

Please sign in to comment.