Skip to content

Commit e544f53

Browse files
vinzbarbutolhstrh
andauthored
Update docs/glossary/glossary.mdx
Co-authored-by: Marten Lohstroh <[email protected]>
1 parent f42f9fc commit e544f53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/glossary/glossary.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ The structure of an LF project should follow the directory layout below:
4040
│ │ │ ├── Input.lf # Ex: reactor capturing external inputs (e.g., Microphone, Camera)
4141
│ │ │ └── ComputerVision.lf # Ex: reactor performing computer vision tasks (e.g., object detection, face recognition)
4242
│ │ └── Main.lf # Ex: main source file
43-
│ ├── src-gen/ # Directory for storing generated code (or fed-gen if a federated program)
43+
│ ├── fed-gen/ # Directory for storing generated code for federated programs
44+
│ ├── src-gen/ # Directory for storing generated code for single-process programs
4445
└── └── Lingo.toml # Configuration file for Lingo Package Manager
4546
```
4647

0 commit comments

Comments
 (0)