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:
parent
6fc78f63ba
commit
7fa654b49c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue