Skip to content

Commit

Permalink
godoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketDataApp committed Feb 20, 2024
1 parent 95c7729 commit 5df0b04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion options_lookup.go
Original file line number Diff line number Diff line change
@@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion stocks_bulkquotes.go
Original file line number Diff line number Diff line change
@@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion stocks_quotes.go
Original file line number Diff line number Diff line change
@@ -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
//
Expand Down

0 comments on commit 5df0b04

Please sign in to comment.