mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
docs(mako): fix typo
This commit is contained in:
@@ -145,7 +145,7 @@ ${self._setter_fn(resource, method, m, p, part_prop, ThisType, c)}\
|
||||
/// It should be used to set parameters which are not yet available through their own
|
||||
/// setters.
|
||||
///
|
||||
/// Please note that this method must not be used to set any of the known paramters
|
||||
/// Please note that this method must not be used to set any of the known parameters
|
||||
/// which have their own setter method. If done anyway, the request will fail.
|
||||
% if parameters:
|
||||
///
|
||||
|
||||
@@ -49,7 +49,7 @@ ${util.program_name()} [options]
|
||||
|
||||
if mc.optional_props or parameters is not UNDEFINED:
|
||||
args.append('[-%s %s]...' % (PARAM_FLAG, '<%s>' % VALUE_ARG))
|
||||
# end paramters
|
||||
# end parameters
|
||||
|
||||
if mc.response_schema or mc.m.get('supportsMediaDownload', False):
|
||||
args.append('[-%s <%s>]' % (OUTPUT_FLAG, OUT_ARG))
|
||||
@@ -201,7 +201,7 @@ let arg_data = [
|
||||
False,
|
||||
True,
|
||||
))
|
||||
# end paramters
|
||||
# end parameters
|
||||
|
||||
if mc.response_schema or mc.m.get('supportsMediaDownload', False):
|
||||
args.append((
|
||||
|
||||
Reference in New Issue
Block a user