Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/Coding-Conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local project = p.project
local m = p.vstudio.vc2010
```

The alias `p` is used conventionally as a shortcut for the `premake` namespace. The alias `m` is conventially used to represent the module being implemented.
The alias `p` is used conventionally as a shortcut for the `premake` namespace. The alias `m` is conventionally used to represent the module being implemented.

Using aliases saves some keystrokes when coding. And since Premake embeds all of its scripts into the release executables, it saves on the final download size as well.

Expand Down
Loading