Skip to content

Commit 0594edd

Browse files
committed
upd
1 parent 7285667 commit 0594edd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [ ] Values whose static type is a type parameter will lookup for names in the type parameter's derived types.
1111
- [ ] InScopeLookup
1212
- [ ] Introduce lazily imported source files based in source paths.
13-
- [ ] `shock_env` qualifier causes DotEnv variable retrieval.
13+
- [ ] `DotEnv` qualifier causes DotEnv variable retrieval.
1414
- [ ] Constants
1515
- [ ] *EnumConstant* for both regular enumerations and flag enumerations
1616
- [ ] Reference values
@@ -91,7 +91,7 @@
9191
- [ ] Definition constructs
9292
- [ ] Global objects
9393
- [ ] shock_proxy namespace
94-
- [ ] shock_env namespace
94+
- [ ] DotEnv namespace
9595
- [ ] Reflect namespace
9696
- [ ] trace()
9797
- [ ] assert()

src/overview/env.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Environment variables
22

3-
Environment variables may be read from the project's `.env` file using the `shock_env::VAR_NAME` expression:
3+
Environment variables may be read from the project's `.env` file using the `DotEnv::VAR_NAME` expression:
44

55
```
6-
shock_env::SECRET
6+
DotEnv::SECRET
77
```

0 commit comments

Comments
 (0)