Skip to content

Commit 516e657

Browse files
Replace JPEG with SVG
1 parent 2b4ffc5 commit 516e657

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

courses/ada_essentials/020_declarations/06-scope_and_visibility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Scope and "Lifetime"
6666

6767
.. note:: No *scoping* keywords (C's :c:`static`, :c:`auto` etc...)
6868

69-
.. image:: block_scope_example.jpeg
69+
.. image:: block_scope_example.svg
7070
:height: 50%
7171

7272
----------------------

images/block_scope_example.jpeg

-100 KB
Binary file not shown.

images/block_scope_example.svg

Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)