From 2d56f247ce1e986cae3756a6d5f503f00eb417f4 Mon Sep 17 00:00:00 2001 From: Anton Antonov Date: Thu, 7 Dec 2017 17:52:13 +0200 Subject: [PATCH] Fix typo (#7131) --- .../src/main/resources/ruby/partial_model_generic.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/swagger-codegen/src/main/resources/ruby/partial_model_generic.mustache b/modules/swagger-codegen/src/main/resources/ruby/partial_model_generic.mustache index d1882aa2641..5a8e193838a 100644 --- a/modules/swagger-codegen/src/main/resources/ruby/partial_model_generic.mustache +++ b/modules/swagger-codegen/src/main/resources/ruby/partial_model_generic.mustache @@ -79,7 +79,7 @@ end # Show invalid properties with the reasons. Usually used together with valid? - # @return Array for valid properies with the reasons + # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new {{#vars}}