From 2efcf32dcfb0300ca4303b474308f91fb8fcefb8 Mon Sep 17 00:00:00 2001 From: zacharysiegel Date: Sun, 19 Oct 2025 16:46:08 -0500 Subject: [PATCH] remove erroneous NT acronym definition --- _includes/chapter-0-content.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/chapter-0-content.md b/_includes/chapter-0-content.md index d4c14ab..cda603c 100644 --- a/_includes/chapter-0-content.md +++ b/_includes/chapter-0-content.md @@ -319,11 +319,11 @@ basically the only one available on multiple platforms. OpenGL was already being implemented on UNIX based workstations when Microsoft entered the market with their workstation operating system, Windows NT in 1993. -Windows NT was released as a direct competitor to UNIX with networking (the NT -acronym meaning Network Technology) and 32-bit hardware support. Windows NT -introduced features that are still being used today, such as the Win32 API for -creating Windows applications. But having no 3D graphics library native to -their system, Microsoft pledged to add support for OpenGL to Windows NT. +Windows NT was released as a direct competitor to UNIX with networking and +32-bit hardware support. Windows NT introduced features that are still being +used today, such as the Win32 API for creating Windows applications. But having +no 3D graphics library native to their system, Microsoft pledged to add support +for OpenGL to Windows NT.