diff --git a/lib/fog/aws/requests/compute/create_route.rb b/lib/fog/aws/requests/compute/create_route.rb index 8a7efcf8e..7a7083acd 100755 --- a/lib/fog/aws/requests/compute/create_route.rb +++ b/lib/fog/aws/requests/compute/create_route.rb @@ -5,7 +5,7 @@ module Fog require 'fog/aws/parsers/compute/basic' - # Creates a route table within a VPC. + # Creates a route in a route table within a VPC. # # ==== Parameters # * RouteTableId<~String> - The ID of the route table for the route.