Skip to content

Commit 61ef54d

Browse files
BNAndrasIsaacG
andauthored
Update concepts/constants/introduction.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
1 parent 2c96783 commit 61ef54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/constants/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Constants are typically declared at package level, though they can also be decla
2323
## Typed and untyped constants
2424

2525
Declaring a constant without specifying a type makes it untyped.
26-
An untyped constant has no set type, but its value determines what types it's compatible with.
26+
An untyped constant has no set type; its value determines what types it's compatible with.
2727
As long as the underlying value is compatible, the compiler will convert it to the required type at each use:
2828

2929
```go

0 commit comments

Comments
 (0)