diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-13T23·14+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-13T23·14+0000 |
commit | ea4bf1ba96a201b5583bd44220d476d3bc3091e7 (patch) | |
tree | 23ba5179ed5cafb6ca137f992d27d35541748908 | |
parent | e93248bc310b2d2d7005c85ec18f6f8fa49c6269 (diff) |
Remove UK qualifier to London
Vincent tells me that saying "London, UK" is a very *American* thing to do. I think that is his polite way of telling me that it's naive.
-rw-r--r-- | blog/content/english/lets-learn-nix.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/content/english/lets-learn-nix.md b/blog/content/english/lets-learn-nix.md index 1e1cad4a768f..a7c9a22e422e 100644 --- a/blog/content/english/lets-learn-nix.md +++ b/blog/content/english/lets-learn-nix.md @@ -33,8 +33,8 @@ I aim to make each tutorial in the "Let's Learn Nix" series: ## About the author My name is William ([@wpcarro][who-wpcarro]). My three favorite tools are Git, -Emacs, and Nix. I am an American expat currently working at Google in London, -UK. While during the day I primarily write Java, Python, and TypeScript, I +Emacs, and Nix. I am an American expat currently working at Google in +London. While during the day I primarily write Java, Python, and TypeScript, I prefer functional programming. I use Nix to deploy software and manage the multiple machines across which I work. |