diff --git a/EIPS/eip-1167.md b/EIPS/eip-1167.md index d0a189ce..e0b39ad6 100644 --- a/EIPS/eip-1167.md +++ b/EIPS/eip-1167.md @@ -25,7 +25,7 @@ This standard supports use-cases wherein it is desireable to clone exact contrac ## Specification -The exact bytecode of the standard clone contract is this: `363d3d373d3d3d363d73bebebebebebebebebebebebebebebebebebebebe5af43d82803e903d91602b57fd5bf3` wherein the bytes at idices 10 - 29 (inclusive) are replaced with the 20 byte address of the master functionality contract. +The exact bytecode of the standard clone contract is this: `363d3d373d3d3d363d73bebebebebebebebebebebebebebebebebebebebe5af43d82803e903d91602b57fd5bf3` wherein the bytes at indices 10 - 29 (inclusive) are replaced with the 20 byte address of the master functionality contract. A reference implementation of this can be found at the [optionality/clone-factory](https://github.com/optionality/clone-factory) github repo.