1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-18 04:21:25 +02:00

Fixed error in name

This commit is contained in:
Nemil Dalal
2016-01-14 14:01:45 -05:00
parent e8c0c436c9
commit 810108ee73

View File

@@ -567,8 +567,8 @@ contract SomeOracle {
}
}
// Now, your client contract can addSubscriber by importing SampleOracleCallback
// and registering with Sample Oracle
// Now, your client contract can addSubscriber by importing SomeOracleCallback
// and registering with Some Oracle
// F. State machines
// see example below for State enum and inState modifier