Skip to content

Commit

Permalink
Merge pull request #1025 from 0xmohsinpathan/main
Browse files Browse the repository at this point in the history
Refactor: Use lowercase letter for variable in Computer Hardware
  • Loading branch information
BrooklinJazz committed Oct 12, 2023
2 parents 1b93b55 + 51ba6fb commit 0833375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reading/computer_hardware.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Comment the line again and re-evaluate the cell and you'll notice that the memor
goes down because the `list` is no longer in memory.

```elixir
# List = Enum.to_list(1..1000000)
# list = Enum.to_list(1..1000000)
```

![](images/memory_consumption_filled_livebook_runtime.png)
Expand Down

0 comments on commit 0833375

Please sign in to comment.