1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Corrected description for createRoute to be more accurate.

This commit is contained in:
Robert Clark 2013-08-08 14:38:16 -04:00
parent 6fc78f63ba
commit 7fa654b49c

View file

@ -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.