From 5df0b0414d4d895df46ce39d1022811224f91f99 Mon Sep 17 00:00:00 2001 From: MarketDataApp Date: Tue, 20 Feb 2024 10:30:47 -0300 Subject: [PATCH] godoc update --- options_lookup.go | 2 +- stocks_bulkquotes.go | 2 +- stocks_quotes.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/options_lookup.go b/options_lookup.go index c94b08b..2529b39 100644 --- a/options_lookup.go +++ b/options_lookup.go @@ -1,5 +1,5 @@ // Package client provides functionalities to interact with the Options Lookup endpoint. -// Lookup the OCC-formatted option symbol based on user input. +// Lookup the official option symbol based on a user's text input. // // # Making Requests // diff --git a/stocks_bulkquotes.go b/stocks_bulkquotes.go index 28becae..8714b5e 100644 --- a/stocks_bulkquotes.go +++ b/stocks_bulkquotes.go @@ -1,5 +1,5 @@ // Package client includes types and methods to access the Bulk Stock Quotes endpoint. -// Retrieve real-time quotes for multiple stocks symbols in a single request or even get a full market snapshot with a quote for all symbols. +// Retrieve live quotes for multiple stocks symbols in a single request or even get a full market snapshot with a quote for all symbols. // // # Making Requests // diff --git a/stocks_quotes.go b/stocks_quotes.go index 1358593..13c9c46 100644 --- a/stocks_quotes.go +++ b/stocks_quotes.go @@ -1,5 +1,5 @@ // Package client includes types and methods to access the Stock Quotes endpoint. -// Retrieve real-time quotes for any supported stock symbol. +// Retrieve live quotes for any supported stock symbol. // // # Making Requests //