We have a convention for interface variable names of an identifier beginning with an upper case letter and ending with an uppercase I, such as FooI. Whether this convention is great or not, it is pervasive in our code, but with a small number of exceptions, which this PR fixes.
We have a convention for interface variable names of an identifier beginning with an upper case letter and ending with an uppercase
I
, such asFooI
. Whether this convention is great or not, it is pervasive in our code, but with a small number of exceptions, which this PR fixes.See https://github.com/Agoric/agoric-sdk/pull/8262