Re: LUA_USE_APICHECK
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA_USE_APICHECK
- From: Mark Hamburg <mark@...>
- Date: 2011年8月26日 08:05:20 -0700
I think the existing wording is fine. If one wanted the reading people seem to be seeking, what it would need to say is:
If the index is acceptable and the value at that index is...
As phrased, however, attaching "acceptable" to the one reference to "index" is essentially a type specification for the parameter and passing an inacceptable index is a type/usage error.
Mark