Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 724aca2

Browse files
committed
fix(concepts): replace "smart contracts" with "programs" in canisters description
"Smart contracts" is banned vocabulary for developer-facing copy targeting traditional cloud developers. "Programs" is neutral, implies full application scope, and avoids the frontend/backend distinction.
1 parent be3c3be commit 724aca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Understand the ideas behind the Internet Computer before you build on it. These
1111

1212
- **[Network Overview](network-overview.md)**: Subnets, nodes, consensus, and boundary nodes.
1313
- **[Application Architecture](app-architecture.md)**: How ICP applications are structured: canisters, frontends, and inter-canister communication.
14-
- **[Canisters](canisters.md)**: Smart contracts that run WebAssembly, hold state, serve HTTP, and pay for their own compute.
14+
- **[Canisters](canisters.md)**: Programs that run WebAssembly, hold state, serve HTTP, and pay for their own compute.
1515

1616
## Core capabilities
1717

0 commit comments

Comments
 (0)