diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-06 18:12:11 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-06 18:12:11 -0400 |
commit | 79ffe459392be4825a8c8bf14f18c9f6e9a381c5 (patch) | |
tree | 07f33af6a04e21e11420806072c813b132ce9506 /photon | |
parent | 118b46fe76fa3dbd5118eea66d2d76dc51563274 (diff) |
photon: fix type in doc
Diffstat (limited to 'photon')
-rw-r--r-- | photon/photon.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/photon/photon.go b/photon/photon.go index 708deae..44b4b92 100644 --- a/photon/photon.go +++ b/photon/photon.go @@ -1,7 +1,7 @@ // Copyright © 2022 siddharth ravikumar <s@ricketyspace.net> // SPDX-License-Identifier: ISC -// Functions for accessing the Photo gecoding API. +// Functions for accessing the Photon gecoding API. package photon import ( |